Author

Topic: Connectrum 0.5.0 : Python3 library to simplify client access to Electrum servers (Read 302 times)

nvK
sr. member
Activity: 381
Merit: 259

We just released this, thought some of you may make use of it.


Connectrum : Python3 library to simplify client access to Electrum servers


Stratum (electrum-server) Client Protocol library

Uses python3 to be a client to the Electrum server network. It makes heavy use of asyncio module and newer Python 3.5 keywords such as await and async.

For non-server applications, you can probably find all you need already in the standard Electrum code and command line.

Python 3.5 is absolutely required for this code. It will never work on earlier versions of Python.

Jump to: