Go to file
Jae Kwon 9464241c02 don't add our listener address into addrbook. 2014-07-17 16:06:34 -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 key is more secure 2014-07-17 16:06:33 -07:00
config TMROOT env variable. Panic less. 2014-07-16 13:15:18 -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 don't add our listener address into addrbook. 2014-07-17 16:06:34 -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 . 2014-07-10 22:14:23 -07:00
log.go replace logger with go-logging 2014-07-14 16:15:13 -07:00
main.go don't add our listener address into addrbook. 2014-07-17 16:06:34 -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

  • Node & testnet now
  • PEX peer exchange complete
  • p2p/* complete
  • Ed25519 bindings complete
  • merkle/* complete