diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 00210c4a..c0c38630 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -36,26 +36,21 @@ Ethermint The go-ethereum state machine run as a ABCI app, written in Go, `authored by Tendermint `__. -Lotion -^^^^^^ - -A Javascript microframework for building blockchain applications with Tendermint, written in Javascript, `authored by Judd Keppel of Tendermint `__. See also `lotion-chat `__ and `lotion-coin `__ apps written using Lotion. - IAVL ^^^^ Immutable AVL+ tree with Merkle proofs, Written in Go, `authored by Tendermint `__. +Lotion +^^^^^^ + +A Javascript microframework for building blockchain applications with Tendermint, written in Javascript, `authored by Judd Keppel of Tendermint `__. See also `lotion-chat `__ and `lotion-coin `__ apps written using Lotion. + MerkleTree ^^^^^^^^^^ Immutable AVL+ tree with Merkle proofs, Written in Java, `authored by jTendermint `__. -TMChat -^^^^^^ - -P2P chat using Tendermint, written in Java, `authored by wolfposd `__. - Passchain ^^^^^^^^^ @@ -71,6 +66,17 @@ Py-Tendermint A Python microframework for building blockchain applications with Tendermint, written in Python, `authored by Dave Bryson `__. +Stratumn +^^^^^^^^ + +SDK for "Proof-of-Process" networks, written in Go, `authored by the Stratumn team `__. + +TMChat +^^^^^^ + +P2P chat using Tendermint, written in Java, `authored by wolfposd `__. + + ABCI Servers ------------