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 64f773c886 Merge pull request #242 from tendermint/release-0.7.0 8 years ago
DOCKER tests: add throughput benchmark using mintnet and netmon 8 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks w(oop)s 8 years ago
blockchain Unify blockpool mtxs 8 years ago
cmd/tendermint set log level. use p2p config 8 years ago
config crank consensus timeout parameters for tests (see #236) 8 years ago
consensus version bump and release branch 8 years ago
mempool mempool: don't remove committed txs from cache 8 years ago
node broadcast_commit 8 years ago
proxy support tmsp via grpc 8 years ago
rpc rpc: unsafe_flush_mempool. closes #190 8 years ago
scripts tests: broadcast_tx with tmsp; p2p 8 years ago
state test: dont run cloud test on push to master 8 years ago
test test: README.md 8 years ago
types update some comments 8 years ago
version version bump and release branch 8 years ago
.gitignore Add Glide files for project management 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile run CI tests in docker container 8 years ago
README.md fix README 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
circle.yml test/net: cleanup 8 years ago
glide.lock run CI tests in docker container 8 years ago
glide.yaml Glide update 8 years ago

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

CircleCI codecov

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.