Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 291 Bytes

ETHUSD

Ethereum to USD using Chainlink oracle

Creating a smart contract that -

  1. Fetches current ETH/USD price from any oracle
  2. Records that data in a struct
  3. A function to calculate mean of the prices stored
  4. Write CRUD functions for that struct
  5. Also write tests for these