Skip to content

Instantly share code, notes, and snippets.

View laurentknauss's full-sized avatar
🏠
Working from home

Laurent Knauss laurentknauss

🏠
Working from home
View GitHub Profile
@alexroan
alexroan / PriceConsumerV3.sol
Last active March 11, 2022 13:39
PriceConsumerV3
// This example code is designed to quickly deploy an example contract using Remix.
pragma solidity ^0.6.7;
import "https://github.com/smartcontractkit/chainlink/blob/master/evm-contracts/src/v0.6/interfaces/AggregatorV3Interface.sol";
contract PriceConsumerV3 {
AggregatorV3Interface internal priceFeed;