You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
592 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. TenderMint - proof of concept
  2. * **[peer](https://github.com/tendermint/tendermint/blob/master/peer):** P2P networking stack. Designed to be extensible.
  3. * **[merkle](https://github.com/tendermint/tendermint/blob/master/merkle):** Immutable Persistent Merkle-ized AVL+ Tree, used primarily for keeping track of mutable state like account balances.
  4. * **[crypto](https://github.com/tendermint/tendermint/blob/master/crypto):** Includes cgo bindings of ed25519.
  5. ### Status
  6. * Implement basic peer exchange
  7. * Implemented the basics of peer/*
  8. * Ed25519 bindings *complete*
  9. * merkle/* *complete*