- Install the dependencies via npm
- Use node version 16 or 18
yarn hardhat test
or yarn hardhat coverage
- Lint TS/JS files:
npm run lint:ts
- Lint fix TS/JS files:
npm run lint:ts:fix
- Lint fix Solidity files:
npm run lint:sol
- Add the env variables as specified in the example file
yarn deploy <contractName> <networkName> <constructorArgs>
where contractName is PascalCase and networkName is lowercase
- change the args passed to
setText
inscripts/transactions/setText.ts
npm run helloWorld:setText