blockchainpy
Part 1
A very minimal implementation of a blockchain in Python. Please note that this is by no means intended to be use in a real scenario, the code used here is for educational purposes only.
Check out the code
Install requirements
pipenv install
Start the server with:
pipenv run python -m flask run
Visit http://localhost/apidocs
The code is covered by tests, to run the tests please execute
pipenv run python -m unittest