Go to file
Jae Kwon 5029d53474 add open/close to debora, barak bug fix 2015-05-22 00:23:20 -07:00
INSTALL go install is redundant with go get -u 2015-05-22 00:23:20 -07:00
account genpriv from hash(secret), evc fix in ExecTx 2015-05-15 18:55:01 -04:00
alert Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
binary All numbers are in BigEndian 2015-05-03 17:42:46 -07:00
blockchain broadcast on newStepCh on switch to consensus reactor 2015-05-04 19:08:07 -04:00
cmd add open/close to debora, barak bug fix 2015-05-22 00:23:20 -07:00
common Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
config importing tendermint/config/tendermint_test applies the test config 2015-05-17 16:19:58 -07:00
consensus importing tendermint/config/tendermint_test applies the test config 2015-05-17 16:19:58 -07:00
crawler rpc cleanup; tendermint init 2015-05-12 19:03:05 -07:00
db Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
mempool Merge remote-tracking branch 'origin/websockets' into develop 2015-04-17 13:20:47 -07:00
merkle atomic file write fix 2015-05-10 15:22:42 -07:00
node Refactor RPC/*, tendermint/config for debora+barak 2015-05-17 16:19:58 -07:00
p2p Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
process Debora has a pretty list. 2015-04-24 13:13:44 -07:00
rpc add open/close to debora, barak bug fix 2015-05-22 00:23:20 -07:00
state tx utils 2015-05-20 21:26:33 -04:00
types tx utils 2015-05-20 21:26:33 -04:00
vm cleanup calldepth=0 events logic 2015-05-15 16:49:41 -04:00
.gitignore adding more debug logs 2015-05-04 22:22:39 -07:00
Dockerfile small fixes 2015-04-09 16:39:58 -07:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile Refactor RPC/*, tendermint/config for debora+barak 2015-05-17 16:19:58 -07:00
README.md Update README.md 2015-05-12 21:36:53 -07:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Website | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) | Build Status

Tendermint is blockchain consensus. No proof of work.

Install Tendermint

Coding style

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

First pull request

You can make your first pull request in an hour or so!

Welcome aboard!

ship