From 84e39203bb7f61f528bdd22a1d3f59736b12b82d Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 2 Oct 2017 23:46:35 -0400 Subject: [PATCH] readme points to ecosystem doc; add lotion, clean up --- README.md | 2 +- docs/ecosystem.rst | 26 ++++++++++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b703fd43c..6aa4d8789 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ All resources involving the use of, building application on, or developing for, * [Ethermint](http://github.com/tendermint/ethermint); Ethereum on Tendermint * [Cosmos SDK](http://github.com/cosmos/cosmos-sdk); a cryptocurrency application framework -* [Passchain](http://github.com/trusch/passchain); a secret sharing system for teams +* [Many more](https://tendermint.readthedocs.io/en/master/ecosystem.html#abci-applications) ### More diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index b6df30603..8290a005a 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -36,28 +36,31 @@ Ethermint The go-ethereum state machine run as a ABCI app, written in Go, `authored by Tendermint `__. +Lotion +^^^^^^^^^^^^^ -Merkle AVL Tree -^^^^^^^^^^^^^^^ - -The following are implementations of the Tendermint IAVL tree as an ABCI application +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. -Merkleeyes +IAVL ~~~~~~~~~~ -Written in Go, `authored by Tendermint `__. +Immutable AVL+ tree with Merkle proofs, Written in Go, `authored by Tendermint `__. MerkleTree ~~~~~~~~~~ -Written in Java, `authored by jTendermint `__. - +Immutable AVL+ tree with Merkle proofs, Written in Java, `authored by jTendermint `__. TMChat ^^^^^^ -P2P chat using Tendermint, written in Java, `authored by woldposd `__. +P2P chat using Tendermint, written in Java, `authored by wolfposd `__. +Passchain +^^^^^^^^^ + +Passchain is a tool to securely store and share passwords, tokens and other short secrets, `authored by trusch `__. + Passwerk ^^^^^^^^ @@ -68,11 +71,6 @@ Py-Tendermint A Python microframework for building blockchain applications with Tendermint, written in Python, `authored by Dave Bryson `__. -Passchain -^^^^^^^^^ - -Passchain is a tool to securely store and share passwords, tokens and other short secrets, `authored by trusch `__. - ABCI Servers ------------