๐Ÿ’พBuilding an Oracle Program

An Oracle Program in the SEDA network serves as the set of instructions that dictates how data requests (DRs) are executed. It interacts with external data sources specified in the DRs, retrieves the necessary information, and performs any computations before delivering the results to the blockchain.

In this guide, we'll demonstrate how to build an Oracle Program on the SEDA network using a basic PriceFeed example. This example shows how to fetch open data from an external API, such as a cryptocurrency price feed, and aggregate the results for reliable on-chain use.

Last updated