Skip to content

IaroslavTitov/InsuranceService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insurance Service Smart Contract

I made this example project to practice writing solidity contracts, as a part of Metacrafters Advanced Solidity course. This project allows creation of insurance quotes and management of insurance policies by the contract owner, and policy creation and payment of premiums.

How to run

After cloning the repo, you will want to do the following to get the code running on your computer.

  • Inside the project directory, in the terminal type: npm i
  • Run npx hardhat compile and npx hardhat test to compile solidity code and verify it works

See a quick demo here

Technologies used

  • Solidity
  • Hardhat
  • Typescript
  • Typechain
  • Ethers.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published