Python library for thenewboston digital currency.
This library contains all of the core logic, shared functionality, and constants used by both the Bank and Validator on thenewboston network.
Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.
Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a GitHub Issue or reach out to any of our communities above.
Install required packages:
pip3 install -r requirements.txt
To run tests:
pytest
To run tests with coverage report:
pytest --cov-config=.coveragerc --cov=./thenewboston
To produce a source distribution:
python3 setup.py sdist
thenewboston is MIT licensed.