Go to file
Ethan Buchman 1afe0cb45f test: always rebuild grpc_client 2017-01-12 18:45:41 -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 TMSP -> ABCI 2017-01-12 15:53:32 -05:00
config TMSP -> ABCI 2017-01-12 15:53:32 -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 TMSP -> ABCI 2017-01-12 15:53:32 -05:00
proxy AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
rpc file name fixes 2017-01-12 16:17:43 -05:00
scripts file name fixes 2017-01-12 16:17:43 -05:00
state AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
test test: always rebuild grpc_client 2017-01-12 18:45:41 -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 TMSP -> ABCI 2017-01-12 15:53:32 -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 update glide 2017-01-12 16:12:41 -05:00
glide.yaml update glide 2017-01-12 16:12:41 -05:00

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

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 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.