Deploy the contracts in this repository and leave the terminal running before running the front end.
Proceed with installing dependencies:
$ yarn install
Compile the smart contracts with Hardhat:
$ yarn compile
Run the tests with Hardhat:
$ npx hardhat test
$ yarn hardhat node
MIT © Paul Razvan Berg