mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 12:21:20 +00:00
readme points to ecosystem doc; add lotion, clean up
This commit is contained in:
@ -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
|
* [Ethermint](http://github.com/tendermint/ethermint); Ethereum on Tendermint
|
||||||
* [Cosmos SDK](http://github.com/cosmos/cosmos-sdk); a cryptocurrency application framework
|
* [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
|
### More
|
||||||
|
|
||||||
|
@ -36,28 +36,31 @@ Ethermint
|
|||||||
|
|
||||||
The go-ethereum state machine run as a ABCI app, written in Go, `authored by Tendermint <https://github.com/tendermint/ethermint>`__.
|
The go-ethereum state machine run as a ABCI app, written in Go, `authored by Tendermint <https://github.com/tendermint/ethermint>`__.
|
||||||
|
|
||||||
|
Lotion
|
||||||
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
Merkle AVL Tree
|
A Javascript microframework for building blockchain applications with Tendermint, written in Javascript, `authored by Judd Keppel of Tendermint <https://github.com/keppel/lotion>`__. See also `lotion-chat <https://github.com/keppel/lotion-chat>` and `lotion-coin <https://github.com/keppel/lotion-coin>` apps written using Lotion.
|
||||||
^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
The following are implementations of the Tendermint IAVL tree as an ABCI application
|
IAVL
|
||||||
|
|
||||||
Merkleeyes
|
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
Written in Go, `authored by Tendermint <https://github.com/tendermint/merkleeyes>`__.
|
Immutable AVL+ tree with Merkle proofs, Written in Go, `authored by Tendermint <https://github.com/tendermint/iavl>`__.
|
||||||
|
|
||||||
MerkleTree
|
MerkleTree
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
Written in Java, `authored by jTendermint <https://github.com/jTendermint/MerkleTree>`__.
|
Immutable AVL+ tree with Merkle proofs, Written in Java, `authored by jTendermint <https://github.com/jTendermint/MerkleTree>`__.
|
||||||
|
|
||||||
|
|
||||||
TMChat
|
TMChat
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
P2P chat using Tendermint, written in Java, `authored by woldposd <https://github.com/wolfposd/TMChat>`__.
|
P2P chat using Tendermint, written in Java, `authored by wolfposd <https://github.com/wolfposd/TMChat>`__.
|
||||||
|
|
||||||
|
Passchain
|
||||||
|
^^^^^^^^^
|
||||||
|
|
||||||
|
Passchain is a tool to securely store and share passwords, tokens and other short secrets, `authored by trusch <https://github.com/trusch/passchain>`__.
|
||||||
|
|
||||||
Passwerk
|
Passwerk
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
@ -68,11 +71,6 @@ Py-Tendermint
|
|||||||
|
|
||||||
A Python microframework for building blockchain applications with Tendermint, written in Python, `authored by Dave Bryson <https://github.com/davebryson/py-tendermint>`__.
|
A Python microframework for building blockchain applications with Tendermint, written in Python, `authored by Dave Bryson <https://github.com/davebryson/py-tendermint>`__.
|
||||||
|
|
||||||
Passchain
|
|
||||||
^^^^^^^^^
|
|
||||||
|
|
||||||
Passchain is a tool to securely store and share passwords, tokens and other short secrets, `authored by trusch <https://github.com/trusch/passchain>`__.
|
|
||||||
|
|
||||||
ABCI Servers
|
ABCI Servers
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user