Pynunzen is a simple python based implementation of a blockchain for primarly educational purposes. It implements a very simple and naiv blockchain and leaves out all security and cryptographic details.
- Free software: MIT license
- Documentation: https://pynunzen.readthedocs.io.
- Simple object oriented blockchain model.
- Nodes based on websockets.
- Sample application based on the blockchain.
Pynunzen is inspired by the naivechain implementation of lhartikk. This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.