How to build a farm insurance protocol on Celo using Pyth Network oracle

In this tutorial, we will build a farm insurance protocol on CELO that connects with the Pyth Network Oracle. The tutorial will feature a basic mobile UI application that demonstrates the frontend application needed to collect users’ data, highlight the necessary data feeds from the Oracle of Choice (necessary to access price feeds and calculate premiums), an illustration for the algorithm or logic used in the smart contract, smart contract code integrating the Oracle, and a screenshot demonstrating the performance and testing of the app.

react, solidity, webjs, react-celo

1 Like

I love oracles as theyre the bridge between the blockchain and real world events.
Definitely looking forward this.

1 Like