This is a Next.js project bootstrapped with create-next-app
.
yarn add react react-dom moralis react-moralis
yarn add @web3uikit/core @web3uikit/web3 @web3uikit/icons
yarn add bulma
First, run the development server:
npm run dev
# or
yarn run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages
-
Person can Insured Amount only after two parties agreement between Client and Insurance Company.
-
Entry the payInsureAmount in
eth
ormatic
and Phase of Installment to pay full amount. -
If Insured Person pay amount after the mentioned time he/she should pay insured amount with certain fine.
-
After completely verified Transaction, Client can check his detail accordingly with his transaction hashes and check right to Claim amount.
-
check the Time passed of Insured amount.
-
CheckUpkeep check the bytes and fires PerformUpkeep which trigger the right date and right to claim at right time from chainlink keeper.
-
Can abe to deposit the amount in Insurance Balance with proper verification.
-
check any insured address having three delayed payments.
-
Owner of the insurance is set
-
Because he can withdraw the amount.
-
The company wants to profit from the business as well.
-
but only by staking the property.
-
All insured paid amounts are added to the contract balance.
-
If insurance fails to give the amount in time, a 10% fine will be charged.
-
3 delay of payments leads to no longer being insured and you won't get any money back.
-
only the owner can see the balance and deposit in the contract.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.