Go to file
Ethan Buchman 8390e88e27 fix flowrate dep and test 2016-12-09 01:28:08 -05:00
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain fix flowrate dep and test 2016-12-09 01:28:08 -05:00
cmd/tendermint feature flag: pex reactor 2016-11-30 23:07:45 -05:00
config feature flag: pex reactor 2016-11-30 23:07:45 -05:00
consensus Fix peer memleak; stop goroutine when peer is offline 2016-10-17 11:29:43 -07:00
mempool Mempool WAL 2016-10-17 16:54:51 -07:00
node feature flag: pex reactor 2016-11-30 23:07:45 -05:00
proxy check tmsp client err and set mustConnect=false 2016-09-11 16:08:46 -04:00
rpc rpc: remove restriction on DialSeeds 2016-12-09 00:31:53 -05:00
scripts fix flowrate dep and test 2016-12-09 01:28:08 -05:00
state log: move some Info to Debug 2016-10-14 20:27:50 -04:00
test fix flowrate dep and test 2016-12-09 01:28:08 -05:00
types type safe events 2016-10-10 03:10:29 -04:00
version version: bump 0.7.3 2016-10-12 00:24:24 -04:00
.codecov.yml add codecov.yml to lower threshold 2016-10-10 17:18:34 -04:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04: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 update README 2016-12-09 00:31:56 -05:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
circle.yml test: codecov 2016-09-25 22:08:48 +09:00
glide.lock fix flowrate dep and test 2016-12-09 01:28:08 -05:00
glide.yaml fix flowrate dep and test 2016-12-09 01:28:08 -05:00

README.md

Tendermint

Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.

version API Reference chat license

Branch Tests Coverage Report Card
develop CircleCI codecov Go Report Card
master CircleCI codecov Go Report Card

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 securely replicates it on many machines.

For more background, see the introduction.

To get started developing applications, see the application developers guide.

Install

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

For more details (or if it fails), see the install guide.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

More