toirl / pynunzen

Pynunzen is a python based implementation of a simple naive blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pynunzen

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.

About

Pynunzen is a python based implementation of a simple naive blockchain

License:MIT License


Languages

Language:Python 96.7%Language:Makefile 3.3%