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 799efb0629 merge/rebase fixes 9 years ago
DOCKER Fixed docker file 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks move alert, events, rpc into own repos 9 years ago
blockchain move alert, events, rpc into own repos 9 years ago
cmd/tendermint tendermint init makes random chain ID 9 years ago
config ws fixes; rpc tests 9 years ago
consensus move alert, events, rpc into own repos 9 years ago
mempool move alert, events, rpc into own repos 9 years ago
node merge/rebase fixes 9 years ago
proxy Flush msgs to remoteProxyApp automatically 9 years ago
rpc merge/rebase fixes 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state merge/rebase fixes 9 years ago
types merge/rebase fixes 9 years ago
.gitignore Add Glide files for project management 9 years ago
LICENSE.md Tendermint <-> Application refactor 9 years ago
Makefile Merge remote-tracking branch 'remotes/origin/signer' 9 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago
glide.lock Updated Makefile to include test_novendor 9 years ago
glide.yaml Updated Makefile to include test_novendor 9 years ago

README.md

Tendermint

Enterprise Blockchain Platform

Build Status

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces