hardforkdemo is a simple web app that connects to dcrd and displays information about the tesnet hardfork voting.
git clone https://github.com/decred/hardforkdemo.git
cd hardforkdemo
glide install
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
If you have any further questions you can find us at:
- irc.freenode.net (channel #decred)
- webchat
- forum.decred.org
- decred.slack.com
The integrated github issue tracker is used for this project.
hardforkdemo is licensed under the copyfree ISC License.