Go to file
Jae Kwon 3e2f377863 benchmark works, but could use some improvement.
~33k packets/sec for a single local pair.
2014-07-02 16:03:04 -07:00
binary go fmt 2014-07-01 14:50:24 -07:00
blocks go fmt 2014-07-01 14:50:24 -07:00
common benchmark works, but could use some improvement. 2014-07-02 16:03:04 -07:00
config go fmt 2014-07-01 14:50:24 -07:00
crypto go fmt 2014-07-01 14:50:24 -07:00
db go fmt 2014-07-01 14:50:24 -07:00
docs . 2014-06-16 22:37:42 -07:00
merkle benchmark works, but could use some improvement. 2014-07-02 16:03:04 -07:00
peer benchmark works, but could use some improvement. 2014-07-02 16:03:04 -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