Publish and consume on-chain pricing data using OracleSet transactions. Aggregate prices from multiple oracle feeds and manage oracle lifecycle.
Publish and consume on-chain pricing data using OracleSet transactions. Aggregate prices from multiple oracle feeds and manage oracle lifecycle.
Use OracleSet to publish a BTC/USD price on-chain. Update it with a new price and verify the data.
Use get_aggregate_price to combine data from multiple oracle sources. Discuss why aggregation matters.
Assignments
Create a Price Oracle
Use OracleSet to publish a BTC/USD price on-chain. Update it with a new price and verify the data.
Aggregate Prices
Use get_aggregate_price to combine data from multiple oracle sources. Discuss why aggregation matters.