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 3cce757adc move DialSeeds to go-p2p and add to rpc 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 move DialSeeds to go-p2p and add to rpc 9 years ago
config Fix rpc/test import; Remove ~/.tendermint_test on each test 9 years ago
consensus move DialSeeds to go-p2p and add to rpc 9 years ago
mempool move alert, events, rpc into own repos 9 years ago
node move DialSeeds to go-p2p and add to rpc 9 years ago
proxy Flush msgs to remoteProxyApp automatically 9 years ago
rpc move DialSeeds to go-p2p and add to rpc 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state merge/rebase fixes 9 years ago
types Make EventDataRoundState use json:"-" instead of Getter/Setter 9 years ago
.gitignore Add Glide files for project management 9 years ago
LICENSE.md Tendermint <-> Application refactor 9 years ago
Makefile Fix rpc/test import; Remove ~/.tendermint_test on each test 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