davebryson / py-tendermint

A Python microframework for building blockchain applications with Tendermint
Other
22 stars 3 forks source link
blockchain microframework python3 tendermint

py-Tendermint

A Python microframework for building blockchain applications with Tendermint

Inspired by Flask, py-tendermint makes it easy to quickly prototype a Tendermint ABCI application.

NOTE: the current version is broken due to ABCI changes For the interim, see py-abci

py-tendermint hides some of the repetitive setup for you by providing:

If you want to stay closer to the metal, check out the Tendermint Python ABCI library: https://github.com/davebryson/py-abci

Requirements

Install

Try it out