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 ffd703622e Update README with install directions 9 years ago
DOCKER expose ports in dockerfile 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks w(oop)s 9 years ago
blockchain s/Validation/Commit/g 9 years ago
cmd/tendermint No global config 9 years ago
config default empty seeds. some node methods 9 years ago
consensus No global config 9 years ago
mempool No global config 9 years ago
node default empty seeds. some node methods 9 years ago
proxy Use tmsp.Client interface 9 years ago
rpc No global config 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state lock mempool for commit and update. closes #202 9 years ago
types No global config 9 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 test100 9 years ago
README.md Update README with install directions 9 years ago
Vagrantfile Introducing make economy and docker 10 years ago
glide.lock Glide update 9 years ago
glide.yaml Glide update 9 years ago

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

Build Status

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