D-Insure is a decentralized insurance platform that leverages blockchain technology to provide a secure, transparent, and efficient insurance process. It aims to address the following problems in the traditional insurance sector:
https://www.youtube.com/watch?v=3ehvWM7EF_M
- Solidity
- IPFS
- React
Team Name: Chain Re-action
- Create
.env
file in root directory with the following variables:API_URL
API_KEY
PRIVATE_KEY
- Create an app in
alchemy
with Ethereum Sepolia, and provide theAPI_URL
andAPI_KEY
from the app configuration dashboard. - Add your metamask private key in
PRIVATE_KEY
. - Run the following commands one by one:
npm i
npx hardhat compile
npx hardhat run scripts/deploy.js --network sepolia
cd client
npm i
npm run dev