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 1e7cc32597 tendermint/account -> acm 10 years ago
DOCKER update docker for GOPATH tendermint install 10 years ago
Godeps Godeps <- golang.org/x/crypto/nacl etc 10 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 10 years ago
account fixed-length arrays cleanup 10 years ago
alert godep 10 years ago
binary fixed-length arrays cleanup 10 years ago
blockchain fix GetStatus() usage 10 years ago
cmd tendermint/account -> acm 10 years ago
common fixed handshake test; wrote broken read/write test 10 years ago
config crypto byte arrays are fixed length 10 years ago
consensus tendermint/account -> acm 10 years ago
crawler Merge branch 'sim_txs' into develop 10 years ago
db godep 10 years ago
docs added sts-final doc 10 years ago
events more fixes from review 10 years ago
logger godep 10 years ago
mempool uuid branch tidying 10 years ago
merkle Make Ripemd160 the default 10 years ago
node UUID -> PubKeyEd25519 10 years ago
p2p crypto byte arrays are fixed length 10 years ago
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 10 years ago
rpc tendermint/account -> acm 10 years ago
scripts scripts to stop/start groups 10 years ago
state tendermint/account -> acm 10 years ago
types tendermint/account -> acm 10 years ago
vm * tendermint/binary handles fixed-length arrays 10 years ago
.gitignore add git commit hash to nodeInfo 10 years ago
LICENSE.md Update README 10 years ago
Makefile fixed-length arrays cleanup 10 years ago
README.md updated README 10 years ago
Vagrantfile Introducing make economy and docker 10 years ago

README.md

Tendermint

Byzantine Blockchain Consensus

Install Tendermint

Fork Tendermint/Testnet

Docker

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces