How to build a Travel insurance protocol on Celo using Redstone oracle

In this tutorial, we will build a travel insurance protocol on CELO that connects with the Redstone 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.

solidity, oracles, web3.js

2 Likes