From c27b7ff4ad9ec7fd6987d558443a0981cc1aa09a Mon Sep 17 00:00:00 2001 From: jaekwon Date: Wed, 25 Jun 2014 12:06:59 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 398ccfb6..ba434511 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ 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*