This project uses Hardhat to test the smart contract functionalities.
- Install project's dependecies
npm install
- Run automated tests
npx hardhat test
- Deploy smart contract
npx hardhat run scripts/deploy.js
The code in this repository is licensed under the MIT License. See the LICENSE file for details.