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 e53b148acf refactor from Binary centric model to global method model 10 years ago
binary refactor from Binary centric model to global method model 10 years ago
blocks refactor from Binary centric model to global method model 10 years ago
common saving development state... 10 years ago
config saving development state... 10 years ago
consensus refactor from Binary centric model to global method model 10 years ago
crypto go fmt 10 years ago
db saving development state... 10 years ago
docs . 10 years ago
merkle converting Binary struct model to native w/ global methods model 10 years ago
p2p refactor from Binary centric model to global method model 10 years ago
rpc created "Node" 10 years ago
sim smaller integers to conserve memory 10 years ago
state refactor from Binary centric model to global method model 10 years ago
.gitignore numeric fields are all native unboxed. 10 years ago
README.md saving development state... 10 years ago
log.go saving development state... 10 years ago
main.go saving development state... 10 years ago

README.md

TenderMint - proof of concept

  • p2p: 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

  • Consensus now
  • Block propagation sidelined
  • Node & testnet complete
  • PEX peer exchange complete
  • p2p/* *complete*
  • Ed25519 bindings complete
  • merkle/* *complete*