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 5abf2e3c43 Fixed docker file 9 years ago
DOCKER Fixed docker file 9 years ago
Godeps Updated Godeps with project factor 9 years ago
INSTALL Refactor to move common libraries out of project 9 years ago
account Refactor to move common libraries out of project 9 years ago
alert Refactor to move common libraries out of project 9 years ago
blockchain Refactor to move common libraries out of project 9 years ago
cmd Refactor to move common libraries out of project 9 years ago
config Refactor to move common libraries out of project 9 years ago
consensus Refactor to move common libraries out of project 9 years ago
crawler Refactor to move common libraries out of project 9 years ago
docs added sts-final doc 9 years ago
events Refactor to move common libraries out of project 9 years ago
mempool Refactor to move common libraries out of project 9 years ago
node Refactor to move common libraries out of project 9 years ago
permission/types Refactor to move common libraries out of project 9 years ago
process Added BufferCloser 9 years ago
rpc Refactor to move common libraries out of project 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state Refactor to move common libraries out of project 9 years ago
types Refactor to move common libraries out of project 9 years ago
vm Refactor to move common libraries out of project 9 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md GPLv3 9 years ago
Makefile more config options 9 years ago
README.md updated README 9 years ago
Vagrantfile Introducing make economy and docker 9 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