FuelLabs / sway-applications

Swaypplications
https://sway-applications.vercel.app/
Apache License 2.0
1.56k stars 533 forks source link

Oracle Node #165

Closed Braqzen closed 1 year ago

Braqzen commented 2 years ago

Summary

The node should query some price feed e.g. BTC / USD and update the smart contract with the latest data. It should use a freely available API so that anyone can run the node / sign up for an API key to use without being rate limited.

The node should be written in Rust so that it is blazingly fast.

matt-user commented 1 year ago

Off-Chain Oracle Nodes depend heavily on blockchain events to function (which are currently unimplemented). See here for more info.