Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 795 Bytes

Chainlink.md

File metadata and controls

19 lines (17 loc) · 795 Bytes

201 - Chainlink

Chainlink Oracles & Price Feeds: Chainlink Price Feeds provide aggregated data (via its AggregatorV3Interface contract interface) from various high quality data providers, fed on-chain by decentralized oracles on the Chainlink Network.

To get price data into smart contracts for an asset that isn’t covered by an existing price feed, such as the price of a particular stock, one can customize Chainlink oracles to call any external API.


Slide Screenshot

201.jpg


Slide Text

  • Oracles & Price Feeds
  • Offchain Data Providers -> Onchain Feeds
  • Oracles -> Chainlink N/W Aggregated Data
  • AggregatorV3Interface

References


Tags