Go to file
Jae Kwon 442cae1f3f addrbook cleanup 2014-07-10 02:19:50 -07:00
accounts bug fixes in binary 2014-07-08 15:33:26 -07:00
binary bug fixes in binary 2014-07-08 15:33:26 -07:00
blocks . 2014-07-08 22:39:36 -07:00
common addrbook cleanup 2014-07-10 02:19:50 -07:00
config bug fixes in binary 2014-07-08 15:33:26 -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
p2p addrbook cleanup 2014-07-10 02:19:50 -07:00
rpc created "Node" 2014-07-09 18:33:44 -07:00
.gitignore bug fixes in binary 2014-07-08 15:33:26 -07:00
README.md update status 2014-07-03 16:35:27 -07:00
log.go created "Node" 2014-07-09 18:33:44 -07:00
main.go addrbook cleanup 2014-07-10 02:19:50 -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

  • Implement basic peer exchange
  • Implemented the basics of peer/*
  • Ed25519 bindings complete
  • merkle/* complete