Go to file
Ethan Buchman f347143b3d Merge branch 'master' into develop
Conflicts:
	cmd/tendermint/flags.go
	glide.lock
	glide.yaml
	node/node.go
	rpc/core/routes.go
	version/version.go
2017-01-12 20:48:10 -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 fixes from review 2016-12-22 22:03:42 -05:00
cmd/tendermint Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
config Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
consensus AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
mempool AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
node Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
proxy AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
rpc Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
scripts Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
state AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
test Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
types TMSP -> ABCI 2017-01-12 15:53:32 -05:00
version TMSP -> ABCI 2017-01-12 15:53:32 -05:00
.codecov.yml test: remove codecov patch threshold 2016-12-20 01:47:59 -05:00
.gitignore test/p2p: kill and restart all nodes 2016-12-22 01:42:51 -05: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 fix glide error: unable to export dependencies to vendor directory 2017-01-11 17:59:05 -05:00
README.md Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
Vagrantfile update vagrant setup 2016-12-26 21:21:06 +04:00
circle.yml test: circle artifacts 2016-12-19 15:42:39 -05:00
glide.lock Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
glide.yaml Merge branch 'master' into develop 2017-01-12 20:48:10 -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

Applications

More