- 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 ```
cd
into./frontend
folder- Install packages with NPM install
npm start
to run the development server
View latest stable deployment here