2016-07-11 20:55:07 -04:00
2016-02-19 02:11:50 +00:00
2016-06-28 18:02:27 -07:00
2016-05-23 14:46:32 -04:00
2016-02-05 23:46:45 -05:00
2016-07-05 14:26:20 -04:00
2016-05-23 14:46:32 -04:00
2016-07-06 17:14:57 -04:00
2016-07-05 14:26:20 -04:00
2016-01-20 16:25:26 -05:00
2016-07-05 15:40:53 -04:00
2016-07-06 17:29:04 -04:00
2016-05-10 19:05:25 -07:00
2016-02-09 08:42:17 -08:00
2016-07-05 15:40:53 -04:00
2016-06-20 03:03:14 -07:00

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/

Description
No description provided
Readme Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%