Skip to content

Ravigupta-git/eth-insurance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insurance DApp

Steps to run the application :

1. Clone the repository

git clone https://github.com/devpavan04/eth-insurance

2. Install dependencies

cd eth-insurance
npm install

3. Start Ganache, link truffle-config.js

4. Compile

truffle compile

5. Migrate

truffle migrate

6. Test

truffle test

7. Start app

npm start

8. Import accounts from Ganache into Metamask to make txns

Snapshots :

Shop

alt text

Police

alt text

Repair

alt text

Buyer

alt text

About

Insurance dapp powered by ethereum smart contract.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.8%
  • HTML 3.8%
  • CSS 1.4%