@energyweb/greenproof-voting-manager
v1.0.8
Published
### Prerequisites 1. This package depends on `voting-contract` package. Make sure to build `voting-contract` by using `yarn build` in the root of the repository. 2. Blockchain node set up and running (for development) 3. Metamask extension to interact wi
Downloads
21
Keywords
Readme
Green proof voting manager
Prerequisites
- This package depends on
voting-contract
package. Make sure to buildvoting-contract
by usingyarn build
in the root of the repository. - Blockchain node set up and running (for development)
- Metamask extension to interact with the voting contract
Development
- Set copy
.env.example
file to.env
and fill in env variables. - Run
yarn start
- App should be accessible on
http://localhost:3000
If you happen to restart your blockchain node make sure to reset the test accounts:
- Open metamask extension
- Click on account avatar in the right top corner
- Click settings and select "Reset accounts" option.