The Tellor Data Feed gathers the reporter activity on every supported chain to show the aliveness of the Tellor Oracle!
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- This app requires node version 16.14.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/dataFeed.git
- Install NPM packages
npm install
- Change node version to 16.14.0
Output:
nvm use v16.14.0
Now using node v16.14.0 (npm v8.3.1)
- 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