Go to file
Jae Kwon ac4c43c3e6 Adding wire.JSON vs wire.Binary vs protobuf benchmarks 2015-12-08 15:33:26 -08:00
DOCKER Fixed docker file 2015-10-23 14:57:12 -07:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
alert Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
benchmarks Adding wire.JSON vs wire.Binary vs protobuf benchmarks 2015-12-08 15:33:26 -08:00
blockchain Fix BlockchainReactor bug w/ mismatched state.LastBlockHeight vs store.Height 2015-12-07 16:57:33 -08:00
cmd/tendermint Add proxy_app as node flag 2015-12-04 00:47:11 -08:00
config Conform to go-common WriteFile*(path,mode) 2015-12-04 00:03:09 -08:00
consensus Allow for test apps to return nil hashes 2015-12-04 00:59:02 -08:00
events Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
mempool Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
node Remove PEX/AddrBook 2015-12-05 18:10:26 -08:00
proxy didSend -> willSend 2015-12-05 21:06:36 +00:00
rpc Fix deadlock bug in websocket client impl 2015-12-07 21:11:12 -08:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
types Conform to go-common WriteFile*(path,mode) 2015-12-04 00:03:09 -08:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
Makefile Remove spurious programs 2015-12-01 22:05:44 -08:00
README.md Update README.md 2015-12-03 09:58:05 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Enterprise Blockchain Platform

Build Status

Coding style

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