mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 14:43:19 +00:00
1f4a086fb6741f802b3d6bb029c788ab9d0d5bf7
Tendermint
Simple, Secure, Scalable Blockchain Platform
Resources
Tendermint Core
- Introduction
- Validators
- Byzantine Consensus Algorithm
- Block Structure
- RPC
- Genesis
- Configuration
- Light Client Protocol
- Roadmap for V2
Sub-projects
Install
Make sure you have installed Go and set the GOPATH.
Install glide, used for dependency management:
go get https://github.com/Masterminds/glide
Install tendermint:
mkdir -p $GOPATH/src/github.com/tendermint
git clone https://github.com/tendermint/tendermint $GOPATH/src/github.com/tendermint/tendermint
cd $GOPATH/src/github.com/tendermint/tendermint
glide install
go install ./cmd/tendermint
Initialize a sample tendermint directory with an example genesis file (in ~/.tendermint):
tendermint init
Now run the tendermint node:
tendermint node --proxy_app=dummy
Description
Languages
Go
85.9%
TeX
7.2%
TLA
4.9%
Shell
0.6%
Python
0.5%
Other
0.8%
