Go to file
Ethan Buchman 0d308c7c0e update glide 2016-04-29 14:23:04 -07:00
DOCKER expose ports in dockerfile 2016-02-05 23:46:45 -05:00
INSTALL
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 fixes from review 2016-04-26 22:17:13 -04:00
consensus lock mempool for commit and update. closes #202 2016-04-29 14:23:04 -07:00
mempool lock mempool for commit and update. closes #202 2016-04-29 14:23:04 -07:00
node bump rpc version; add consensus version 2016-04-19 20:45:33 -04:00
proxy Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
rpc bump rpc version; add consensus version 2016-04-19 20:45:33 -04:00
scripts
state lock mempool for commit and update. closes #202 2016-04-29 14:23:04 -07:00
types fixes from review 2016-04-26 22:17:13 -04:00
version
.gitignore
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
glide.lock update glide 2016-04-29 14:23:04 -07:00
glide.yaml

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