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 1789f39a3e Channels do not have integrated filters. They're only for multiplexing. 10 years ago
binary . 10 years ago
blocks . 10 years ago
common . 10 years ago
config config 10 years ago
crypto . 11 years ago
db whitespaces 10 years ago
docs . 10 years ago
merkle . 10 years ago
peer Channels do not have integrated filters. They're only for multiplexing. 10 years ago
.gitignore First iteration of the immutable AVL tree 11 years ago
README.md Update README.md 10 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

  • Still implementing peer/*
  • Ed25519 bindings complete
  • merkle/* *complete*