-
Notifications
You must be signed in to change notification settings - Fork 2
Home
meherett edited this page May 10, 2020
·
21 revisions
Python library with tools for Bytom blockchain.
$ pip install pybytom
Or clone it locally, and run:
$ pip install -e . -r requirements.txt
You can run the tests with:
$ pytest
Or use tox
to run the complete suite against the full set of build targets, or pytest to run specific
tests against a specific version of Python.
Distributed under the MIT license. See LICENSE
for more information.