Oracle tutorial/documentation where oracle information comes from outside chain

Hi All,

looking for information on the creation of an Oracle where the data feeding the Oracle is coming from a source outside the chain. ie: how can I create a weather oracle where the data is returned from the weather.com api? or how can I inject bitcoin price data into my oracle where the source is an exchange’s api? thanks!

1 Like

Anyone? Even looking for the general approach. Create a service that grabs external data and then pushes into the Oracle? I’m guessing that’s the general approach. If there are any examples it’s appreciated.

There are a couple of examples on our GitHub repository. Search for Oracle in the documentation hub https://aeternity.com/documentation-hub/aepp-sophia-examples/examples/SmartDataProvider/

And here is a nice example from the Elixir SDK team:

Please let me know if you need more information.

1 Like