graphenelib

Python library for graphene-based blockchains


Keywords
graphene, api, rpc, ecdsa, secp256k1, blockchain, cryptocurrency, python-library, serialization-library, wallet
License
MIT
Install
pip install graphenelib==1.6.1

Documentation

Python Library for Graphene

Current build status

Travis master docs master codecov Maintainability Test Coverage


Documentation

Visit the pygraphenelib website for in depth documentation on this Python library.

Installation

Install with pip3:

$ 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

Upgrade

$ pip install --user --upgrade graphenelib

Contributing

python-bitshares welcomes contributions from anyone and everyone. Please see our guidelines for contributing and the code of conduct.

Discussion and Developers

Discussions around development and use of this library can be found in a dedicated Telegram Channel

License

A copy of the license is available in the repository's LICENSE file.