Python 3 library for Graphene 2.0!
Stable
Develop
Install with pip
:
$ sudo apt-get install libffi-dev libssl-dev python-dev
$ pip3 install graphenelib
Manual installation:
$ git clone https://github.com/xeroc/python-graphenelib/
$ cd python-graphenelib
$ python3 setup.py install --user
Some dependencies are not required for parts of the library to run properly. However these modules require some additional libraries to be present:
graphenews
autobahn>=0.14
graphenebase.bip38
pycrypto==2.6.1
scrypt==0.7.1
(to speedup scrypt hashing)
graphenebase.memo
pycrypto==2.6.1
$ pip install --user --upgrade graphenelib
Thanks to readthedocs.io, the documentation can be viewed online
Documentation is written with the help of sphinx and can be compile to html with:
cd docs
make html
See LICENCE.txt