Go to file
Jae Kwon cb8261f2ff Merge pull request #66 from tendermint/fixvmsend
Fixvmsend
2015-05-15 14:34:15 -07:00
INSTALL comment out logwatch 2015-05-14 19:20:21 -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 Better INSTALL readme. Steps for barak 2015-05-14 17:22:02 -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
logger Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
mempool
merkle atomic file write fix 2015-05-10 15:22:42 -07:00
node getter for blockstore in Node 2015-05-15 16:27:22 +02:00
p2p random dialing 2015-05-06 10:50:57 -07:00
process
rpc cleanup calldepth=0 events logic 2015-05-15 16:49:41 -04:00
state cleanup calldepth=0 events logic 2015-05-15 16:49:41 -04:00
types Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07: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
LICENSE.md
Makefile Add make task (gen_client) 2015-05-15 09:00:21 -07:00
README.md Update README.md 2015-05-12 21:36:53 -07:00
Vagrantfile

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