Go to file
Ethan Buchman bf1c9a869c use gendoc struct for genesis rpc response 2015-06-03 19:26:31 -04:00
INSTALL go install is redundant with go get -u 2015-05-22 00:23:20 -07:00
account pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
alert network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
binary Merkle proofs! 2015-05-24 14:19:46 -07:00
blockchain Merge pull request #82 from tendermint/chainid_rebase 2015-05-30 17:38:39 -07:00
cmd pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
common Merkle proofs! 2015-05-24 14:19:46 -07:00
config more cleanup rpc tests, testing namereg 2015-05-30 01:19:03 -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 Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07: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 network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc use gendoc struct for genesis rpc response 2015-06-03 19:26:31 -04:00
state fixed NameTx.WriteSignBytes() bug. 2015-06-01 17:49:24 -07:00
types fixed NameTx.WriteSignBytes() bug. 2015-06-01 17:49:24 -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 add gmp so that docker images build correctly 2015-06-03 20:32:22 +02:00
LICENSE.md
Makefile Refactor RPC/*, tendermint/config for debora+barak 2015-05-17 16:19:58 -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