Skip to content

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.

Notifications You must be signed in to change notification settings

AAYUSH-GUPTA-coder/Price-from-Tellor

Repository files navigation

Price-from-Tellor

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.

Contract Address : 0x7d1769c556657651eF1a6D9d4c43810b8348c9D0

Getting Started

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --version and get an ouput like: vx.x.x
  • 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 or corepack

Quickstart

git clone https://github.com/AAYUSH-GUPTA-coder/Price-from-Tellor
cd Price-from-Tellor
yarn

Usage

Deploy:

yarn hardhat deploy

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published