Go to file
Ethan Buchman 7b1fc780aa fix send funds from contract 2015-05-15 14:26:49 -04: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 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 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 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 fix send funds from contract 2015-05-15 14:26:49 -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 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 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