Welcome to Wib 👋

Version

Description

Wib is an idea based on a Weather Oracle of Chainlink. It allows users to purchase insurance at a place at any time (as long as 10 days after the current date). Perfect for event organizers who want to buy insurance for their events. All operations will be performed automatically via smart contract. From creating a contract, to checking insurance conditions and paying damages. No more thinking about cheating as human-operated systems.

Main features:

  • Create a new insurance contract
  • See all user insurance packages purchased
  • Check compensation conditions
  • Receive payment for damages

Some pictures

image-01

image-03

image-04

image-05

image-02

Video demo


Run product

Install dependencies

# install packages
cd contract
npm install

# compiler contract
truffle complier

# migrate contract - There will be 3 environments to migrate:
# - development
# - cldev
# - live (Here is deploy to the real environment - depending on the setup provider in the file `truffle-config.js`)

# Ex:
truffle migrate --network live
# run fronted
cd frontend
npm install

Show your support

Give a ⭐️ if this project helped you!