A decentralized insurance platform where you pay premium based on your location, and get super-fast guaranteed relief fund when you are hit by a cyclone or a hurricane.
- Apply for insurance against cyclones and hurricanes through our app using your permanent location.
- Connect your MetaMask/ Portis wallet to our site
- The Chainlink oracles connected to the OpenWeatherAPI fetch the climate conditions of your permanent location and decide the premium amount
- SuperFluid starts streaming premium amount to us from your wallet
- To opt out, you can stop the stream
- Chainlink Alarm Clock schedules weekly checks to check if you are eligible for a payout
- Chainlink oracles fetch the current weather conditions for each active user
- A fixed amount in DAI is paid to the users eligible.
- Clone the repository:
git clone https://github.com/ankurdubey521/HurriCARE
cd frontend
- Install dependencies:
yarn install
- Run the React app:
npm start