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.
 
 
 
 
 
 
Jae Kwon 8e9c060e6d Begin writing RPC HTTP Server 10 years ago
alert Begin writing RPC HTTP Server 10 years ago
binary IAVLTree supports Codec. 10 years ago
blocks made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
cmd Begin writing RPC HTTP Server 10 years ago
common Don't send bitarrays, just send height/round/type/index. 10 years ago
config Begin writing RPC HTTP Server 10 years ago
consensus Update README.md 10 years ago
db ... 10 years ago
mempool made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
merkle Update README.md 10 years ago
p2p Begin writing RPC HTTP Server 10 years ago
rpc Begin writing RPC HTTP Server 10 years ago
state made cmd/, removed crypto/ 10 years ago
.gitignore numeric fields are all native unboxed. 10 years ago
README.md Update README.md 10 years ago

README.md

Website | Blog | [Forum] (http://forum.tendermint.com) | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint)

NOTICE A ton of the non-consensus logic is being refactored in prepration for the testnet which will be available around the end of this year 2014. Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL. MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system. For my true peers, my publishing this code is good enough.

Tendermint in Golang

Tendermint is a completely decentralized byzantine consensus protocol suitable for use in cryptocurrencies.

This project is a reference implementation of the protocol.

Submodules

  • consensus: core consensus algorithm
  • state: application state; mutated by transactions
  • blocks: structures of the blockchain
  • mempool: gossip of new transactions
  • merkle: merkle hash trees
  • p2p: extensible P2P networking

Requirements

Go 1.2 or newer.

Build

Build Status

go get github.com/tendermint/tendermint/...
go build -o tendermint github.com/tendermint/tendermint/cmd

Run

./tendermint daemon

Resources

IRC Channel: #tendermint on freenode