Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1011 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 1011 Bytes

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