Pynunzen

https://img.shields.io/pypi/v/pynunzen.svg https://img.shields.io/travis/toirl/pynunzen.svg Code quality https://coveralls.io/repos/github/toirl/pynunzen/badge.svg?branch=master Documentation Status Updates

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.

Features

  • Simple object oriented blockchain model.

Planned

  • Nodes based on websockets.
  • Sample application based on the blockchain.

Credits

Pynunzen is inspired by the naivechain implementation of lhartikk. This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.