Go to file
Ethan Buchman 2ef695da97 include check/append responses in broadcast_tx_commit 2016-12-02 00:29:25 -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 more handshake replay cleanup 2016-11-22 20:38:14 -05:00
cmd/tendermint broadcast_tx via grpc 2016-12-02 00:29:25 -05:00
config broadcast_tx via grpc 2016-12-02 00:29:25 -05:00
consensus remove privValIndex; Stale->AppHashIsStale 2016-12-02 00:27:36 -05:00
mempool save block b4 apply; track stale apphash 2016-11-16 13:26:39 -05:00
node broadcast_tx via grpc 2016-12-02 00:29:25 -05:00
proxy move handshake to state, use Handshaker, more tests 2016-11-16 13:29:22 -05:00
rpc include check/append responses in broadcast_tx_commit 2016-12-02 00:29:25 -05:00
scripts scripts/txs/random.sh 2016-11-16 01:32:13 -05:00
state remove privValIndex; Stale->AppHashIsStale 2016-12-02 00:27:36 -05:00
test broadcast_tx via grpc 2016-12-02 00:29:25 -05:00
types consensus: test validator set change 2016-11-23 18:20:46 -05: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 README shields 2016-09-26 00:17:58 +09: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 update glide 2016-11-23 19:44:25 -05:00
glide.yaml update glide 2016-11-15 15:57:03 -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.