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 7075a8ed81 Merge pull request #365 from tendermint/rename 8 years ago
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
benchmarks w(oop)s 8 years ago
blockchain fixes from review 8 years ago
cmd/tendermint TMSP -> ABCI 8 years ago
config TMSP -> ABCI 8 years ago
consensus AppendTx -> DeliverTx 8 years ago
mempool AppendTx -> DeliverTx 8 years ago
node TMSP -> ABCI 8 years ago
proxy AppendTx -> DeliverTx 8 years ago
rpc file name fixes 8 years ago
scripts file name fixes 8 years ago
state AppendTx -> DeliverTx 8 years ago
test AppendTx -> DeliverTx 8 years ago
types TMSP -> ABCI 8 years ago
version TMSP -> ABCI 8 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.gitignore test/p2p: kill and restart all nodes 8 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile fix glide error: unable to export dependencies to vendor directory 8 years ago
README.md TMSP -> ABCI 8 years ago
Vagrantfile update vagrant setup 8 years ago
circle.yml test: circle artifacts 8 years ago
glide.lock update glide 8 years ago
glide.yaml update glide 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.