fsoubelet / toychain

A minimalistic blockchain model implementation, in Python.

Home Page:https://fsoubelet.github.io/toychain/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toychain

toychain is a very simplistic blockchain node modeling in Python. While the code is my own adaptation, the implementation and architecture is from the very good tutorial by Daniel van Flymen. This adaptation uses FastAPI as a web framework, and uvicorn as ASGI server instead of the Flask app from van Flymen's tutorial.

Link to documentation.


Made with ♥︎ by fsoubelet
MIT © 2019 Felix Soubelet

About

A minimalistic blockchain model implementation, in Python.

https://fsoubelet.github.io/toychain/

License:MIT License


Languages

Language:Python 83.4%Language:Makefile 13.8%Language:Dockerfile 2.8%