Ethereum to USD using Chainlink oracle
Creating a smart contract that -
- Fetches current ETH/USD price from any oracle
- Records that data in a struct
- A function to calculate mean of the prices stored
- Write CRUD functions for that struct
- Also write tests for these