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 fa451fc55c tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
.github add ISSUE_TEMPLATE for github [ci skip] [circle skip] 8 years ago
DOCKER rename TMROOT to TMHOME (Refs #431) 7 years ago
benchmarks tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
blockchain Merge pull request #450 from tendermint/fix-fastsync 7 years ago
cmd/tendermint Lots of updates to use new go-crypto / json style 7 years ago
config Lots of updates to use new go-crypto / json style 7 years ago
consensus Ensure private validator addresses are hex 7 years ago
docs/architecture some docs fixes 7 years ago
mempool log warning if peer send failed (Refs #174) 7 years ago
node tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
p2p remove glide and license from rpc and p2p 7 years ago
proxy remove BaseService.OnStart 7 years ago
rpc tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
scripts Revert "Undo last two commits" 7 years ago
state post rebase fixes 7 years ago
test tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
types postmerge 7 years ago
version version bump 7 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.editorconfig add .editorconfig to maintain consistent coding style 8 years ago
.gitignore collect and add docker logs to CircleCI artifacts (Refs #387) 7 years ago
CHANGELOG.md postmerge 7 years ago
CONTRIBUTING.md postmerge 7 years ago
INSTALL.md postmerge 7 years ago
LICENSE postmerge 7 years ago
Makefile postmerge 7 years ago
README.md postmerge 7 years ago
Vagrantfile postmerge 7 years ago
circle.yml postmerge 7 years ago
glide.lock postmerge 7 years ago
glide.yaml postmerge 7 years ago

README.md

Tendermint

Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.

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 alpha software. Please contact us if you intend to run it in production.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and securely replicates it on many machines.

For more background, see the introduction.

To get started developing applications, see the application developers guide.

Install

To download pre-built binaries, see our downloads page.

To install from source, you should be able to:

go get -u github.com/tendermint/tendermint/cmd/tendermint

For more details (or if it fails), see the install guide.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Applications

More