Go to file
Ethan Buchman 3a55339114 Merge pull request #364 from tendermint/collapse_info
tmsp: ResponseInfo and ResponseEndBlock
2017-01-12 15:43:59 -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 broadcast_tx via grpc 2016-12-02 00:29:25 -05:00
config set skip_timeout_commit to true for tests 2017-01-11 18:00:26 -05:00
consensus tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -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 tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -05:00
rpc tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -05:00
scripts scripts/txs/random.sh 2016-11-16 01:32:13 -05:00
state tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -05:00
test fix tests 2017-01-12 10:58:44 -05:00
types Merge pull request #359 from tendermint/val-set-changes 2017-01-11 17:56:52 -05:00
version version: bump 0.7.3 2016-10-12 00:24:24 -04: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 README shields 2016-09-26 00:17:58 +09: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 tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -05:00
glide.yaml Update glide w/ TMSP updates 2016-12-06 04:04:08 -08: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.