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 e12f9d10e7 Bare consensus refactor 9 years ago
DOCKER Fixed docker file 9 years ago
Godeps Bare consensus refactor 9 years ago
INSTALL Refactor to move common libraries out of project 9 years ago
alert Refactor to move common libraries out of project 9 years ago
blockchain Bare consensus refactor 9 years ago
cmd Bare consensus refactor 9 years ago
config Bare consensus refactor 9 years ago
consensus Bare consensus refactor 9 years ago
events Refactor to move common libraries out of project 9 years ago
mempool Bare consensus refactor 9 years ago
node Bare consensus refactor 9 years ago
process Added BufferCloser 9 years ago
rpc Bare consensus refactor 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state Bare consensus refactor 9 years ago
types Bare consensus refactor 9 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md GPLv3 9 years ago
Makefile Bare consensus refactor 9 years ago
README.md updated README 9 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