dcrvotingweb

command module
v0.0.0-...-1fc7cbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: ISC Imports: 24 Imported by: 0

README

dcrvotingweb

Build Status ISC License

Overview

dcrvotingweb is a simple web app that connects to dcrd and displays information about consensus rule voting.

Developing

It is recommended to use Go 1.24 (or newer) for development.

To build the code:

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 dcrvotingweb:

dcrvotingweb

Docker

Build the docker container:

docker build -t decred/dcrvotingweb .

Run the container:

docker run -it -v ~/.dcrd:/root/.dcrd -v ~/.dcrvotingweb:/root/.dcrvotingweb -p <local port>:8000 decred/dcrvotingweb

This example assumes you have configured .dcrd and .dcrvotingweb directories in ~ on the host machine.

Your dcrvotingweb.conf file will need to specificy listen=0.0.0.0 in order for the external port mapping to work correctly.

Contact

If you have any further questions you can join the Decred community using your preferred chat platform.

Issue Tracker

The integrated github issue tracker is used for this project.

License

dcrvotingweb is licensed under the copyfree ISC License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL