Skip to content

J-8/hardforkdemo

 
 

Repository files navigation

hardforkdemo

hardforkdemo is a simple web app that connects to dcrd and displays information about the tesnet hardfork voting.

Installation

Developing

go get -v github.com/golang/dep/cmd/dep
go get -v github.com/decred/hardforkdemo
cd $GOPATH/github.com/decred/hardforkdemo
dep ensure
go install

Start dcrd with the following options.

dcrd --testnet -u USER -P PASSWORD --rpclisten=127.0.0.1:19109 --rpccert=$HOME/.dcrd/rpc.cert

Start hardforkdemo

hardforkdemo

Contact

If you have any further questions you can find us at:

  • irc.freenode.net (channel #decred)
  • webchat
  • forum.decred.org
  • decred.slack.com

Issue Tracker

The integrated github issue tracker is used for this project.

License

hardforkdemo is licensed under the copyfree ISC License.

About

Demo for Decred hard fork voting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.3%
  • JavaScript 27.9%
  • HTML 14.9%
  • Go 9.7%
  • Shell 0.2%