This project is a reusable voting interface for Tellor upgrades, Tellor treasuries and other community governance votes. Just update the description on what community members are voting on, as well as the votingID (coming from a Solidity contract) to be voted on, located at line 25 && 26 under src/components/Hero.js, depending on the chain where the vote is happening.
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- This app requires node version 14.4.0 in order to run.
- We suggest installing nvm globally
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- Check nvm version after install
Ex:
nvm -v
0.39.1
- Clone the repo in your preferred directory
git clone https://github.com/tellor-io/votingModule.git
- Install NPM packages
npm install
- Change node version to 14.4.0
Output:
nvm use v14.4.0
Now using node v14.4.0 (npm v6.14.5)
- Spin up your local development server
npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tellor.io