This application helps users generate query ids for the Tellor ecosystem. Many reporting types are supported, such as Legacy, SpotPrice, AWSSpotPrice, Diva Protocol, LeagueDAO and Custom. Visit the Usage section for some examples.
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- This app requires node version 17.2.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/queryIdBuilder.git
- Install NPM packages
npm install
- Change node version to 17.2.0
Output:
nvm use v17.2.0
Now using node v17.2.0 (npm v8.1.4)
- Spin up your local development server
npm start
Examples:
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