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

Installation

Requires Python 3.6

pip install abci OR

python setup.py install

OR using PipEnv (http://docs.pipenv.org/en/latest/)

git clone https://github.com/davebryson/py-abci

cd py-abci

pipenv --three # for a python 3 virtualenv

pipenv install

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

abci-0.3.0.tar.gz (12.7 kB view hashes)

Uploaded Source

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