Uses a standard Hardhat template and includes tests from OpenZeppelin's main repository
npm install
npm run test
- Run a local hardhat node using
npx hardhat node
- Start a separate terminal window and set the
MULTISIG_ADDR
environment variable to the address of the multisig wallet you want to use usingexport MULTISIG_ADDR=<multisig_address>
- Run the deployment script using
npx hardhat run scripts/deploy.js --network localhost