It is a dapp that fetches the real-time price of FIL in terms of USD using the Tellor oracle. The smart contract is deployed on the calibration test network.
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --version
and get an ouput like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
and get an output like:x.x.x
- You might need to install it with
npm
orcorepack
- You'll know you've installed yarn right if you can run:
git clone https://github.com/AAYUSH-GUPTA-coder/Price-from-Tellor
cd Price-from-Tellor
yarn
Deploy:
yarn hardhat deploy