Go to file
ebuchman ad70ce4067 Merge pull request #90 from tendermint/endpoints
rpc endpoint / lists available endpoints
2015-06-16 22:19:10 -04: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 godep 2015-06-09 23:17:19 -04:00
alert godep 2015-06-09 23:17:19 -04:00
binary godep 2015-06-09 23:17:19 -04:00
blockchain Merge pull request #82 from tendermint/chainid_rebase 2015-05-30 17:38:39 -07:00
cmd godep 2015-06-09 23:17:19 -04:00
common Merkle proofs! 2015-05-24 14:19:46 -07:00
config godep 2015-06-09 23:17:19 -04:00
consensus chain_id written as string not hex in WriteSignBytes 2015-05-30 20:20:04 -04: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 Merkle proofs! 2015-05-24 14:19:46 -07:00
node network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
p2p godep 2015-06-09 23:17:19 -04:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc rpc endpoint / lists available endpoints 2015-06-16 22:18:45 -04:00
state godep 2015-06-09 23:17:19 -04:00
types allow . in names 2015-06-04 20:24:28 -04: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