Python Library for BitShares
Stable
Develop
Documentation
Visit the pybitshares website for in depth documentation on this Python library.
Installation
Install with pip3:
$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
$ pip3 install bitshares
Manual installation:
$ git clone https://github.com/bitshares/python-bitshares/
$ cd python-bitshares
$ python3 setup.py install --user
Upgrade
$ pip3 install --user --upgrade bitshares
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.