Go to file
Jae Kwon 4175b0786e testnet5 validators 2015-05-13 18:39:32 -07:00
INSTALL Update README.md 2015-05-12 21:36:53 -07:00
account All numbers are in BigEndian 2015-05-03 17:42:46 -07:00
alert Config names have no dots, are under_scored. 2015-05-12 17:40:29 -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 tendermint init to get the moniker 2015-05-12 18:29:00 -07:00
common atomic file write fix 2015-05-10 15:22:42 -07:00
config testnet5 validators 2015-05-13 18:39:32 -07:00
consensus Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
crawler rpc cleanup; tendermint init 2015-05-12 19:03:05 -07:00
db Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger Config names have no dots, are under_scored. 2015-05-12 17:40:29 -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 rpc cleanup; tendermint init 2015-05-12 19:03:05 -07:00
p2p random dialing 2015-05-06 10:50:57 -07:00
process Debora has a pretty list. 2015-04-24 13:13:44 -07:00
rpc rpc cleanup; tendermint init 2015-05-12 19:03:05 -07:00
state Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
types Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
vm remove ethereum dependency 2015-05-12 11:38:15 -07: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 Merge pull request #55 from tendermint/sync 2015-04-22 11:15:31 -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