smart-contract for Pocketsub
npm installnpm run test # Pass env var REPORT_GAS=false to deactivate gas reporting
npm run prettier
npm run lintcp .env.example .env
vim .env # Add the private key you want to use to deploy the contracts
npx hardhat ignition deploy ./ignition/modules/Pocketsub.ts --network testnet --resetnpx hardhat verify --network testnet <CONTRACT ADDRESS> <CONSTRUCTOR_PARAMETERS>