This library provides a framework to create blockchain applications using the Python 3 programming language.
This library only considers security from a software engineering perspective. The runtime environment and other operational security concerns are out of this scope.
Run python3 setup.py install
.
To build the documentation, change to the docs/
directory and run
make html
. You can find the index at docs/build/html/index.html
.
Note that the sphinx_rtd_theme
must be installed by running
pip3 install sphinx_rtd_theme
.
See docs/
.
© 2018 International Blockchain Reserve B.V.