From 60a2867af21f330e71f7b66fa2eeae008bb02b55 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Mon, 25 Sep 2017 14:50:18 -0400 Subject: [PATCH] docs/ecosystem: add ABCI implementations --- docs/ecosystem.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 66646fea..b71ac18d 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -63,10 +63,14 @@ Passwerk Encrypted storage web-utility backed by Tendermint, written in Go, `authored by Rigel Rozanski `__. +Py-Tendermint +^^^^^^^^^^^^^ + +A Python microframework for building blockchain applications with Tendermint, written in Python, `authored by Dave Bryson `__. + ABCI Servers ------------ - +-------------------------------------------------------------+--------------------+--------------+ | **Name** | **Author** | **Language** | | | | | @@ -75,7 +79,9 @@ ABCI Servers +-------------------------------------------------------------+--------------------+--------------+ | `js abci `__ | Tendermint | Javascript | +-------------------------------------------------------------+--------------------+--------------+ -| `cpp-tmsp `__ | Martin Dyring | C++ | +| `cpp-tmsp `__ | Martin Dyring | C++ | ++-------------------------------------------------------------+--------------------+--------------+ +| `c-abci` `__ | ChainX | C | +-------------------------------------------------------------+--------------------+--------------+ | `jabci `__ | jTendermint | Java | +-------------------------------------------------------------+--------------------+--------------+ @@ -87,6 +93,10 @@ ABCI Servers +-------------------------------------------------------------+--------------------+--------------+ | `abci_server `__   | Adrian Brink | Rust       | +-------------------------------------------------------------+--------------------+--------------+ +| `hs-abci `__ | Alberto Gonzalez | Haskell | ++-------------------------------------------------------------+--------------------+--------------+ +| `haskell-abci `__ | Christoper Goes | Haskell | ++-------------------------------------------------------------+--------------------+--------------+ Deployment Tools ----------------