Skip to content

Anindya-Prithvi/ConflictResolutionVault

 
 

Repository files navigation

Welcome To The Conflict Resolution Vault gh-pages frontend

  1. View deployed Contract at rinkeby etherscan

Setup [contracts]

  • First run npm install
  • To deploy contract run npx hardhat run scripts/deploy_script.js, remember to change buyer and seller accounts in the deploy_script.js file to change the arguments you are sending to the constructor.
  • To verify contract run
    npx hardhat verify --network rinkeby CONTRACT_ADDRESS 
    CONSTRUCTOR_ARG_1 CONSTRUCTOR_ARG_2 ```
    

Setup [frontend interactions]

  • cd into ./frontend folder
  • Install packages with NPM install
  • npm start to run the development server

View latest stable deployment here

About

Hehehehhehe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • Solidity 8.7%
  • HTML 2.0%
  • CSS 1.6%