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 bd43cf2442 Merge pull request #272 from tendermint/hotfix-1.7.2 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 Merge pull request #267 from tendermint/fastsync_fix 8 years ago
cmd/tendermint privVal.LastSignBytes and more replay tests 8 years ago
config config: reduce timeouts during test 8 years ago
consensus fixes from review 8 years ago
mempool proxy: typed app conns 8 years ago
node check tmsp client err and set mustConnect=false 8 years ago
proxy check tmsp client err and set mustConnect=false 8 years ago
rpc expose query and info through rpc 8 years ago
scripts test: add killall to dockerfile. cleanup 8 years ago
state proxy: typed app conns 8 years ago
test test starting tendermint before app 8 years ago
types privVal.LastSignBytes and more replay tests 8 years ago
version check tmsp client err and set mustConnect=false 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 fix circle.yml 8 years ago
glide.lock test: add killall to dockerfile. cleanup 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.