Go to file
Jae Kwon 8a3bba48e3 s/*EventDataRoundState/EventDataRoundState/g 2016-01-28 19:44:44 -08:00
DOCKER Fixed docker file 2015-10-23 14:57:12 -07:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
benchmarks move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
blockchain move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
cmd/tendermint move DialSeeds to go-p2p and add to rpc 2016-01-20 13:12:42 -05:00
config ... 2016-01-22 12:48:04 -08:00
consensus s/*EventDataRoundState/EventDataRoundState/g 2016-01-28 19:44:44 -08:00
mempool move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
node move DialSeeds to go-p2p and add to rpc 2016-01-20 13:12:42 -05:00
proxy Use TMSPClient 2016-01-22 15:48:13 -08:00
rpc version folder, rpc core version 2016-01-20 16:25:26 -05:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state merge/rebase fixes 2016-01-12 19:39:53 -05:00
types Make EventDataRoundState use json:"-" instead of Getter/Setter 2016-01-14 11:07:31 -08:00
version version folder, rpc core version 2016-01-20 16:25:26 -05:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
LICENSE.md Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
Makefile Fix rpc/test import; Remove ~/.tendermint_test on each test 2016-01-18 13:18:45 -08:00
README.md Update README.md 2015-12-03 09:58:05 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
glide.lock Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00
glide.yaml Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00

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