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 d5ab243cfd Fix #198; Do not fast-sync when lone validator 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 Fix #198; Do not fast-sync when lone validator 8 years ago
cmd/tendermint Use tmsp.Client interface 8 years ago
config Revert "Fix tendermint_test config -- Address() spec has changed" 8 years ago
consensus Use tmsp.Client interface 8 years ago
mempool Use tmsp.Client interface 8 years ago
node Fix #198; Do not fast-sync when lone validator 8 years ago
proxy Use tmsp.Client interface 8 years ago
rpc Reap takes maxTxs 8 years ago
scripts Refactor to move common libraries out of project 9 years ago
state CommitSync() returns tmsp.Result 8 years ago
types Pretty print JSON 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 Add update_deps 8 years ago
README.md Update README.md 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
glide.lock update glide.lock 8 years ago
glide.yaml Updated Makefile to include test_novendor 9 years ago

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

Build Status

We're working on documentation. In the meantime, please check out the articles and tutorials: http://tendermint.com/posts/tendermint-socket-protocol/

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces