Go to file
Jae Kwon e52166017d writing client_test for round-trip messages. 2014-06-29 10:48:52 -07:00
binary . 2014-06-25 21:37:20 -07:00
blocks . 2014-06-18 20:48:07 -07:00
common . 2014-06-18 20:48:07 -07:00
config config 2014-06-06 11:57:22 -07:00
crypto . 2014-05-26 04:12:30 -07:00
db whitespaces 2014-06-05 18:03:02 -07:00
docs . 2014-06-16 22:37:42 -07:00
merkle . 2014-06-25 21:37:20 -07:00
peer writing client_test for round-trip messages. 2014-06-29 10:48:52 -07:00
.gitignore First iteration of the immutable AVL tree 2014-05-19 20:46:41 -07:00
README.md Update README.md 2014-06-25 21:15:11 -07:00

README.md

TenderMint - proof of concept

  • peer: P2P networking stack. Designed to be extensible.
  • merkle: Immutable Persistent Merkle-ized AVL+ Tree, used primarily for keeping track of mutable state like account balances.
  • crypto: Includes cgo bindings of ed25519.

Status

  • Still implementing peer/*
  • Ed25519 bindings complete
  • merkle/* complete