Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mohindar99/eth_price_fetcher
- Owner: mohindar99
- Created: 2023-01-13T16:54:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T19:16:00.000Z (about 2 years ago)
- Last Synced: 2024-11-11T08:33:51.706Z (3 months ago)
- Topics: chain-link, dapps, ethereum, solidity
- Language: JavaScript
- Homepage:
- Size: 452 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```