2016-07-18 11:51:37 -04:00
2016-02-19 02:11:50 +00:00
2016-04-02 09:10:16 -07:00
2016-05-23 14:46:32 -04:00
2016-05-08 15:00:58 -07:00
2016-02-05 23:46:45 -05:00
2016-05-23 14:35:36 -04:00
2016-06-11 20:19:58 -07:00
2016-05-23 14:46:32 -04:00
2016-06-11 20:19:40 -07:00
2016-05-23 14:35:36 -04:00
2016-05-08 15:00:58 -07:00
2016-01-20 16:25:26 -05:00
2016-06-11 21:54:27 -07:00
2016-06-11 20:14:44 -07:00
2016-05-10 19:05:25 -07:00
2016-07-18 11:51:37 -04:00
2016-06-11 20:14:44 -07: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%