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 33d9877599 consensus: hvs.Reset(height, valSet) 8 years ago
DOCKER expose ports in dockerfile 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks w(oop)s 8 years ago
blockchain Unify blockpool mtxs 8 years ago
cmd/tendermint set log level. use p2p config 8 years ago
config support tmsp via grpc 8 years ago
consensus consensus: hvs.Reset(height, valSet) 8 years ago
mempool mempool: don't remove committed txs from cache 8 years ago
node broadcast_commit 8 years ago
proxy support tmsp via grpc 8 years ago
rpc rpc/tests: panic dont t.Fatal. use random txs for broadcast 8 years ago
scripts Refactor to move common libraries out of project 9 years ago
state wait until txs removed from mempool to fire tx events 8 years ago
test/rpc update tmsp glide 8 years ago
types broadcast_commit 8 years ago
version version folder, rpc core version 9 years ago
.gitignore Add Glide files for project management 9 years ago
LICENSE Fix license. It should have been GPLv3 9 years ago
Makefile update circle and glide 8 years ago
README.md Update README.md 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
circle.yml update circle and glide 8 years ago
glide.lock fix glide grpc 8 years ago
glide.yaml Glide update 8 years ago

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

CircleCI

NOTE: This is yet pre-alpha non-production-quality software.

Resources

Tendermint Core

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

For tutorials on running other applications with Tendermint, and for launching test networks, see http://tendermint.com/guide/