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 ded154fd28 GPLv3 -> Apache2.0 8 years ago
DOCKER expose ports in dockerfile 8 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks w(oop)s 8 years ago
blockchain s/Validation/Commit/g 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 updates for new tmsp protobuf 8 years ago
node set log level. use p2p config 8 years ago
proxy support tmsp via grpc 8 years ago
rpc bring back unsafe_set_config 8 years ago
scripts Refactor to move common libraries out of project 9 years ago
state updates for new tmsp protobuf 8 years ago
types No global config 8 years ago
version version folder, rpc core version 8 years ago
.gitignore Add Glide files for project management 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile Fix glide, improve Makefile 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/