Go to file
Jae Kwon d69b5c5ab6 Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
DOCKER Fixed docker file 2015-10-23 14:57:12 -07:00
Godeps Bare consensus refactor 2015-11-01 11:34:08 -08:00
INSTALL Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
alert Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
blockchain Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
cmd Move process to go-process 2015-11-08 17:43:48 -08:00
config Bare consensus refactor 2015-11-01 11:34:08 -08:00
consensus Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
events Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
mempool Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
node Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
rpc Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
types Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md GPLv3 2015-09-28 09:19:31 -07:00
Makefile Bare consensus refactor 2015-11-01 11:34:08 -08:00
README.md updated README 2015-07-09 15:05:47 -07:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

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