Go to file
Jae Kwon 43a0cac453 ... 2015-07-05 17:42:52 -07:00
DOCKER docker fixups 2015-06-26 02:24:47 +00:00
Godeps godep 2015-06-09 23:17:19 -04:00
INSTALL
account Merge from panic branch 2015-06-29 14:54:48 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary Merge from panic branch 2015-06-29 14:54:48 -07:00
blockchain Merge from panic branch 2015-06-29 14:54:48 -07:00
cmd uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
common Log embellishment 2015-07-05 17:07:45 -07:00
config bump version and testnet 2015-06-25 14:08:05 -07:00
consensus ... 2015-07-05 17:42:52 -07:00
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
db godep 2015-06-09 23:17:19 -04:00
events
logger godep 2015-06-09 23:17:19 -04:00
mempool
merkle uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
node network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
p2p Log embellishment 2015-07-05 17:07:45 -07:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
state proposer selection fix 2015-07-04 15:12:00 -07:00
types nil validation has zero size 2015-07-05 15:47:30 -07:00
vm Merge pull request #95 from tendermint/vm_panics 2015-06-27 10:10:25 -07:00
.gitignore
LICENSE.md
Makefile make will install 2015-06-25 18:42:17 -07:00
README.md docker 2015-06-13 05:37:05 +00: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

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