Skip to main content

Python based ABCI Server for Tendermint

Project description

https://travis-ci.org/davebryson/py-abci.svg?branch=master https://codecov.io/gh/davebryson/py-abci/branch/master/graph/badge.svg https://img.shields.io/pypi/v/abci.svg

Build blockchain applications in Python for Tendermint

Version

Supports ABCI v0.12.0 and latest Tendermint

Installation

Requires Python >= 3.6.5

pip install abci OR python setup.py install

Generating Protobuf

ONLY needed for developing this code base, not to create apps. If you just want to create apps, goto Getting Started

  1. Install protoc

  2. Install go

  3. Install gogo protobuf via go

  4. Run make gogo

Getting Started

  1. Extend the BaseApplication class

  2. Implement the Tendermint ABCI callbacks - see https://github.com/tendermint/abci

  3. Run it

See the example app counter.py application under the examples directory here: https://github.com/davebryson/py-abci/blob/master/examples/counter.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigchaindb-abci-0.5.1.tar.gz (18.6 kB view hashes)

Uploaded Source

Built Distribution

bigchaindb_abci-0.5.1-py3-none-any.whl (23.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page