Go to file
Ethan Buchman 1110c5d37d privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
DOCKER tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04: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 Unify blockpool mtxs 2016-06-28 18:02:27 -07:00
cmd/tendermint privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
config config: all urls use tcp:// or unix:// prefix 2016-08-10 02:16:41 -04:00
consensus privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
mempool mempool: don't remove committed txs from cache 2016-07-11 12:32:24 -04:00
node config: all urls use tcp:// or unix:// prefix 2016-08-10 02:16:41 -04:00
proxy support tmsp via grpc 2016-05-23 14:46:32 -04:00
rpc config: all urls use tcp:// or unix:// prefix 2016-08-10 02:16:41 -04:00
scripts update glide.lock 2016-08-10 02:16:44 -04:00
state test: dont run cloud test on push to master 2016-08-06 23:30:46 -04:00
test config: all urls use tcp:// or unix:// prefix 2016-08-10 02:16:41 -04:00
types privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
version version bump and release branch 2016-08-05 19:15:14 -04:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
LICENSE GPLv3 -> Apache2.0 2016-07-18 11:51:37 -04:00
Makefile run CI tests in docker container 2016-07-23 19:38:44 -04:00
README.md fix README 2016-08-06 23:41:12 -04:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
circle.yml fix circle.yml 2016-08-14 13:32:19 -04:00
glide.lock update glide.lock 2016-08-10 02:16:44 -04:00
glide.yaml Glide update 2016-05-10 19:05:25 -07:00

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

CircleCI codecov

NOTE: This is yet pre-alpha non-production-quality software.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and replicates it on many machines. See the application developers guide to get started.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Install

go get -u github.com/tendermint/tendermint/cmd/tendermint

For more details, see the install guide.