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 cc18b5f38e Add update_deps 8 years ago
DOCKER expose ports in dockerfile 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks Conform to TMSP v0.2 9 years ago
blockchain fast sync fixes 9 years ago
cmd/tendermint fast sync fixes 9 years ago
config Merge remote-tracking branch 'origin/replay' 9 years ago
consensus Recheck txs 9 years ago
mempool Recheck txs 9 years ago
node Fix tmsp/example import paths 9 years ago
proxy Fix tmsp/example import paths 9 years ago
rpc Recheck txs 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state s/GetHash/Commit/g 9 years ago
types Merge branch 'tmsp_v02' 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 Add update_deps 8 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago
glide.lock Updated Makefile to include test_novendor 9 years ago
glide.yaml Updated Makefile to include test_novendor 9 years ago

README.md

Tendermint

Enterprise Blockchain Platform

Build Status

Coding style

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