- View deployed Contract at rinkeby etherscan
- 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 ```
cdinto./frontendfolder- Install packages with NPM install
npm startto run the development server
View latest stable deployment here