8000 GitHub - jsmith-dev/lil-voterin: Simple voting gateway
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jsmith-dev/lil-voterin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lil-Voterin

An app for casting and tallying ballots.

Install

Install Go and set GOPATH. Then,

go get github.com/Mastermind/glide
go get github.com/tendermint/lil-voterin
cd $GOPATH/src/github.com/tendermint/lil-voterin
glide install
go install ./cmd/lil-voterin

Run

Run it using the default keys with

TMROOT=data/tendermint/ lil-voterin node --app_genesis data/lil-voterin/genesis.json 

Vote

See types/tx.go for details on formatting.

TODO: client tool

About

Simple voting gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0