This repository presents some of the common Solidity design patterns.
To run scripts. Try the following command:
npx hardhat run scripts/NAME_OF_THE_SCRIPT
Only basic unit testing is implemented!
To run tests. Try the following command:
npx hardhat test --network NETWORK_NAME
These contracts are not audited. Please use at your own risk!