Go to file
Jae Kwon d05276ee87 wordings and clarifications, unnecessary code uncommenting 2015-06-24 17:05:52 -07:00
DOCKER docker 2015-06-13 05:37:05 +00:00
Godeps godep 2015-06-09 23:17:19 -04:00
INSTALL go install is redundant with go get -u 2015-05-22 00:23:20 -07:00
account Fix usage of SimpleProof for PartSet 2015-06-18 22:08:22 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary Draft of consensus/reactor refactor. 2015-06-21 18:09:51 -07:00
blockchain ProposalPOLRound... 2015-06-22 19:04:31 -07:00
cmd godep 2015-06-09 23:17:19 -04:00
common An empty BitArray is nil. 2015-06-22 13:46:25 -07:00
config godep 2015-06-09 23:17:19 -04:00
consensus wordings and clarifications, unnecessary code uncommenting 2015-06-24 17:05:52 -07:00
crawler network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
db godep 2015-06-09 23:17:19 -04:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool Merge remote-tracking branch 'origin/websockets' into develop 2015-04-17 13:20:47 -07:00
merkle Fix usage of SimpleProof for PartSet 2015-06-18 22:08:22 -07:00
node network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
p2p don't trust peer's node info 2015-06-17 17:55:16 -04:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc Fixed tests 2015-06-24 14:04:40 -07:00
state Fixed tests 2015-06-24 14:04:40 -07:00
types Fixed tests 2015-06-24 14:04:40 -07:00
vm godep 2015-06-09 23:17:19 -04:00
.gitignore adding more debug logs 2015-05-04 22:22:39 -07:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile docker 2015-06-13 05:37:05 +00:00
README.md docker 2015-06-13 05:37:05 +00: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

Docker

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