mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-19 01:51:19 +00:00
Update README.md
This commit is contained in:
parent
2139b488ef
commit
c27b7ff4ad
10
README.md
10
README.md
@ -1 +1,11 @@
|
|||||||
TenderMint - proof of concept
|
TenderMint - proof of concept
|
||||||
|
|
||||||
|
* **peer:** P2P networking stack. Designed to be extensible. [docs](https://github.com/tendermint/tendermint/peer/README.md)
|
||||||
|
* **merkle:** Immutable Persistent Merkle-ized AVL+ Tree, used primarily for keeping track of mutable state like account balances. [docs](https://github.com/tendermint/tendermint/blob/master/merkle/README.md)
|
||||||
|
* **crypto:** Includes cgo bindings of ed25519. [docs](https://github.com/tendermint/tendermint/blob/master/crypto/README.md)
|
||||||
|
|
||||||
|
### Status
|
||||||
|
|
||||||
|
* Still implementing peer/*
|
||||||
|
* Ed25519 bindings *complete*
|
||||||
|
* merkle/* *complete*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user