You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Buchman 2f0d31b4b6 test: remove codecov patch threshold 8 years ago
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
benchmarks w(oop)s 8 years ago
blockchain blockchain: thread safe store.Height() 8 years ago
cmd/tendermint broadcast_tx via grpc 8 years ago
config tests: shorten timeouts 8 years ago
consensus consensus: no internal vars in reactor.String() 8 years ago
mempool save block b4 apply; track stale apphash 8 years ago
node broadcast_tx via grpc 8 years ago
proxy Update glide w/ TMSP updates 8 years ago
rpc update grpc broadcast tx 8 years ago
scripts scripts/txs/random.sh 8 years ago
state types: SignatureEd25519 -> Signature 8 years ago
test test: circle artifacts 8 years ago
types consensus: TimeoutTicker, skip TimeoutCommit on HasAll 8 years ago
version version: bump 0.7.3 8 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.gitignore Add Glide files for project management 9 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile run CI tests in docker container 8 years ago
README.md README shields 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
circle.yml test: circle artifacts 8 years ago
glide.lock glide: update go-wire 8 years ago
glide.yaml Update glide w/ TMSP updates 8 years ago

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.