Bitcoin Forum

Bitcoin => Project Development => Topic started by: nvK on June 20, 2016, 07:23:37 PM



Title: Connectrum 0.5.0 : Python3 library to simplify client access to Electrum servers
Post by: nvK on June 20, 2016, 07:23:37 PM

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.

  • pip: https://pypi.python.org/pypi/connectrum
  • github: https://github.com/coinkite/connectrum