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.
 
 
 
 
 
 
Jae Kwon 92ea6c626f addrbook key is a string 11 years ago
accounts bug fixes in binary 11 years ago
binary bug fixes in binary 11 years ago
blocks . 11 years ago
common Don't dial dupes 11 years ago
config configure laddr & seed node from command line. 11 years ago
crypto go fmt 11 years ago
db go fmt 11 years ago
docs . 11 years ago
merkle benchmark works, but could use some improvement. 11 years ago
p2p addrbook key is a string 11 years ago
rpc created "Node" 11 years ago
.gitignore bug fixes in binary 11 years ago
README.md . 11 years ago
log.go replace logger with go-logging 11 years ago
main.go replace logger with go-logging 11 years ago

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*