Pocketsub smart-contract

smart-contract for Pocketsub

Development

Getting started

npm install

Tests & cleaning

npm run test # Pass env var REPORT_GAS=false to deactivate gas reporting
npm run prettier
npm run lint

Deploying the contracts

cp .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 --reset

Verifying the contracts

npx hardhat verify --network testnet <CONTRACT ADDRESS> <CONSTRUCTOR_PARAMETERS>