You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 6062b06aa9 fixed NameTx.WriteSignBytes() bug. 9 years ago
INSTALL go install is redundant with go get -u 9 years ago
account pass chainID through sign interfaces 9 years ago
alert network > chain_id, put in genesis.json 9 years ago
binary Merkle proofs! 9 years ago
blockchain Merge pull request #82 from tendermint/chainid_rebase 9 years ago
cmd pass chainID through sign interfaces 9 years ago
common Merkle proofs! 9 years ago
config more cleanup rpc tests, testing namereg 9 years ago
consensus chain_id written as string not hex in WriteSignBytes 9 years ago
crawler network > chain_id, put in genesis.json 9 years ago
db Config is passed into each module. Remove tendermint/confer 9 years ago
events more fixes from review 9 years ago
logger Config is passed into each module. Remove tendermint/confer 9 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 9 years ago
merkle Merkle proofs! 9 years ago
node network > chain_id, put in genesis.json 9 years ago
p2p network > chain_id, put in genesis.json 9 years ago
process close file when the process closes. 9 years ago
rpc rpc: remove unecessary response wrappers 9 years ago
state fixed NameTx.WriteSignBytes() bug. 9 years ago
types fixed NameTx.WriteSignBytes() bug. 9 years ago
vm cleanup calldepth=0 events logic 9 years ago
.gitignore adding more debug logs 9 years ago
Dockerfile small fixes 9 years ago
LICENSE.md Update README 10 years ago
Makefile Refactor RPC/*, tendermint/config for debora+barak 9 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago

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