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 65ebc344ac broadcast_commit 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 No global config 8 years ago
mempool mempool: remove bad txs from cacheMap 8 years ago
node broadcast_commit 8 years ago
proxy support tmsp via grpc 8 years ago
rpc broadcast_commit 8 years ago
scripts Refactor to move common libraries out of project 9 years ago
state broadcast_commit 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 fix blockpool races. closes #188 8 years ago
README.md Update README.md 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
circle.yml Add CircleCI yaml file 8 years ago
glide.lock Fix glide, improve Makefile 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/