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 ca8fa5678f Merge pull request #75 from tendermint/refactor_rpctests 9 years ago
INSTALL go install is redundant with go get -u 9 years ago
account genpriv from hash(secret), evc fix in ExecTx 10 years ago
alert Config is passed into each module. Remove tendermint/confer 10 years ago
binary All numbers are in BigEndian 10 years ago
blockchain broadcast on newStepCh on switch to consensus reactor 10 years ago
cmd CloseListener() actually closes the listener 9 years ago
common Config is passed into each module. Remove tendermint/confer 10 years ago
config importing tendermint/config/tendermint_test applies the test config 10 years ago
consensus importing tendermint/config/tendermint_test applies the test config 10 years ago
crawler rpc cleanup; tendermint init 10 years ago
db Config is passed into each module. Remove tendermint/confer 10 years ago
events more fixes from review 10 years ago
logger Config is passed into each module. Remove tendermint/confer 10 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 10 years ago
merkle atomic file write fix 10 years ago
node Refactor RPC/*, tendermint/config for debora+barak 10 years ago
p2p Config is passed into each module. Remove tendermint/confer 10 years ago
process Debora has a pretty list. 10 years ago
rpc fix rpctypes vs tminttypes 9 years ago
state tx utils 10 years ago
types cleanup rpc tests, use tx_utils 9 years ago
vm cleanup calldepth=0 events logic 10 years ago
.gitignore adding more debug logs 10 years ago
Dockerfile small fixes 10 years ago
LICENSE.md Update README 10 years ago
Makefile Refactor RPC/*, tendermint/config for debora+barak 10 years ago
README.md Update README.md 10 years ago
Vagrantfile Introducing make economy and docker 10 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