Skip to content

bitshares/python-bitshares

Repository files navigation

Python Library for BitShares

Stable

docs master Travis master codecov

Develop

docs develop Travis develop codecov 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.