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.16.0 and Tendermint v0.31.5

Installation

Requires Python >= 3.6.5

pip --user install bigchaindb-abci OR python setup.py install

Generating Protobuf

You ONLY need to mess with the protobuf stuff if you’re developing on this code base, not to create apps. If you just want to create apps, jump to Getting Started

A note on protobuf. You’ll notice 2 additional directories: github and protobuf. The github dir is the protobuf generated code used by abci. It adds proper Python path (via __init___) and preserves all the import statements used by Tendermint for the various protobuf files spread across their codebase. The protobuf directory is the source .proto files.

To build the protobuf files:

  1. Install protoc so it’s available as a command from a terminal

  2. Run the genproto.py script

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-1.0.1.tar.gz (30.1 kB view details)

Uploaded Source

File details

Details for the file bigchaindb-abci-1.0.1.tar.gz.

File metadata

  • Download URL: bigchaindb-abci-1.0.1.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.7.4

File hashes

Hashes for bigchaindb-abci-1.0.1.tar.gz
Algorithm Hash digest
SHA256 a13e277a8ff67e908459601840b29b297057cd175d531f0bd5e8c9b817cca2a1
MD5 b7ce3ff3fcf8bd052a3d3cc67b6a1840
BLAKE2b-256 74edf2c03c1f21d2e500bcb7d739e97191d615a906e42658039ffd5ad000747b

See more details on using hashes here.

Supported by

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