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.
 
 
 
 
 
 
Ethan Buchman 7a97fb464d genpriv from hash(secret), evc fix in ExecTx 9 years ago
INSTALL comment out logwatch 9 years ago
account genpriv from hash(secret), evc fix in ExecTx 9 years ago
alert Config names have no dots, are under_scored. 9 years ago
binary All numbers are in BigEndian 9 years ago
blockchain broadcast on newStepCh on switch to consensus reactor 9 years ago
cmd Better INSTALL readme. Steps for barak 9 years ago
common atomic file write fix 9 years ago
config testnet5 validators 9 years ago
consensus Config names have no dots, are under_scored. 9 years ago
crawler rpc cleanup; tendermint init 9 years ago
db Config names have no dots, are under_scored. 9 years ago
events more fixes from review 9 years ago
logger Config names have no dots, are under_scored. 9 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 9 years ago
merkle atomic file write fix 9 years ago
node getter for blockstore in Node 9 years ago
p2p random dialing 9 years ago
process Debora has a pretty list. 9 years ago
rpc cleanup calldepth=0 events logic 9 years ago
state genpriv from hash(secret), evc fix in ExecTx 9 years ago
types Config names have no dots, are under_scored. 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 Add make task (gen_client) 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