itsnikhil / thenewboston-python

Python library for thenewboston digital currency.

Home Page:https://thenewboston.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thenewboston logo

Overview

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.

Project Setup

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

Testing

To run tests:

pytest

To run tests with coverage report:

pytest --cov-config=.coveragerc --cov=./thenewboston 

Building

To produce a source distribution:

python3 setup.py sdist

Community

Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.

Donate

All donations will go to thenewboston to help fund the team to continue to develop the community and create new content.

Coin Address
thenewboston Logo b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797
Bitcoin Logo 3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh
Ethereum Logo 0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A

License

thenewboston is MIT licensed.

About

Python library for thenewboston digital currency.

https://thenewboston.com

License:MIT License


Languages

Language:Python 100.0%