Go to file
Ethan Buchman 2215ad74ff consensus: cswal doesnt write any consensus msgs in light mode 2016-04-19 20:43:54 -04:00
DOCKER expose ports in dockerfile 2016-02-05 23:46:45 -05:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
cmd/tendermint Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
config Revert "Fix tendermint_test config -- Address() spec has changed" 2016-03-15 15:57:18 -07:00
consensus consensus: cswal doesnt write any consensus msgs in light mode 2016-04-19 20:43:54 -04:00
mempool Fix CheckTx/Update race condition 2016-03-25 08:29:03 -07:00
node support in process tmsp apps 2016-04-13 19:24:12 -04:00
proxy Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
rpc rpc: num_unconfirmed_txs (avoid sending txs back) 2016-04-19 20:43:54 -04:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
types Remove fees 2016-04-03 04:51:44 -07: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 Fix license. It should have been GPLv3 2016-02-09 08:42:17 -08:00
Makefile Add update_deps 2016-02-15 17:29:52 -08:00
README.md Update README.md 2016-03-03 16:54:23 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
glide.lock update glide.lock 2016-03-05 17:22:59 -05:00
glide.yaml Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

Build Status

We're working on documentation. In the meantime, please check out the articles and tutorials: http://tendermint.com/posts/tendermint-socket-protocol/

Coding style

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