Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohindar99/eth_price_fetcher

This project is based on extracting the current price of Eth in terms of USD using ChainLink.
https://github.com/mohindar99/eth_price_fetcher

chain-link dapps ethereum solidity

Last synced: 29 days ago
JSON representation

This project is based on extracting the current price of Eth in terms of USD using ChainLink.

Awesome Lists containing this project

README

        

# Ethereum Price Fetching using ChainLink:

## Introduction:
This project is completly based on getting the current price of the ethereum using chainlink smart contract.

## Functionality :
We use the chainlink smart contract address in this smart contract and try to fetch the current price of the ethereum from etherscan by importing in our contract.

## Basic requirements :
- Hadhat configuration
- ReactJS
- ChainLink
- EthersJS
- Smart contract
- Ethereum price

# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```