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 ede4f818fd docs: update and clean up adr 7 years ago
.github add ISSUE_TEMPLATE for github [ci skip] [circle skip] 7 years ago
DOCKER [docker] remove dummy app as default [ci skip] 7 years ago
benchmarks biff up WS client 7 years ago
blockchain peer interface 7 years ago
cmd/tendermint cmd: dont wait for genesis. closes #562 7 years ago
config Update changelog and add roadmap 7 years ago
consensus peer interface 7 years ago
docs docs: update and clean up adr 7 years ago
mempool peer interface 7 years ago
node Merge pull request #604 from tendermint/bugfix/ws-io-timeout 7 years ago
p2p peer interface 7 years ago
proxy update for a new ABCI API 7 years ago
rpc peer interface 7 years ago
scripts scripts/txs: add 0x and randomness 7 years ago
state state: minor comment fixes 7 years ago
test [docker] bump golang version to 1.8.3 7 years ago
types consensus: test proposal heartbeat 7 years ago
version bump version to 0.10.4 7 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.editorconfig [.editorconfig] add rule for .proto files [ci skip] 7 years ago
.gitignore Add extra memory to virtual machine and add coverage report to gitignore. 7 years ago
CHANGELOG.md Update changelog and add roadmap 7 years ago
CODE_OF_CONDUCT.md Add Code of Conduct 7 years ago
CONTRIBUTING.md cleanup CONTRIBUTING.md, part of https://github.com/zramsay/tendermint/issues/7 7 years ago
INSTALL.md cleanup CONTRIBUTING.md, part of https://github.com/zramsay/tendermint/issues/7 7 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile Makefile: add megacheck & some additional fixes 7 years ago
README.md fix link from slack to rocket 7 years ago
Vagrantfile Add extra memory to virtual machine and add coverage report to gitignore. 7 years ago
circle.yml collect and add docker logs to CircleCI artifacts (Refs #387) 7 years ago
glide.lock expose latency timer on WSClient 7 years ago
glide.yaml expose latency timer on WSClient 7 years ago

README.md

Tendermint

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

version API Reference Rocket.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.

Code of Conduct

Please read, understand and adhere to our code of conduct.

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

  • ABCI, the Application Blockchain Interface
  • Go-Wire, a deterministic serialization library
  • Go-Crypto, an elliptic curve cryptography library
  • TmLibs, an assortment of Go libraries
  • Merkleeyes, a balanced, binary Merkle tree for ABCI apps

Tools

Applications

More