mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-29 18:40:34 +00:00
8c5e8d3a6345e091ab3a73de34a4ef1fc255a0e7
Tendermint in Golang
Website | Blog | [Forum] (http://forum.tendermint.com) | IRC: #tendermint@freenode
Tendermint is a completely decentralized byzantine consensus protocol suitable for use in crypto-currencies.
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
Build
go build -o tendermint github.com/tendermint/tendermint/cmd
Run
./tendermint daemon
Contribute
Resources
Description
Languages
Go
85.9%
TeX
7.2%
TLA
4.9%
Shell
0.6%
Python
0.5%
Other
0.8%
