This is a learning project, please check out our articles on https://blog.singulargarden.com to learn more about the project.
Install the dependencies in the current python env:
make setup
Run the tests
make test
Use Ouroboros
python main.py --help
Currently we only provide the blockchain features, this will be a subcommand later.
initinitialise a folder with the genesis block;appendadds a new block;addadds a block from another source;listshows all the blocks.