Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.13 KB

ETHDenver boot camp Nov 24 2022 cohort

Group 14

Version License: ISC

Projects

Setup

  • Install the dependencies via npm
  • Use node version 16 or 18

Testing

yarn hardhat test or yarn hardhat coverage

Linting

  • 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

Deploying Contracts

  1. Add the env variables as specified in the example file
  2. yarn deploy <contractName> <networkName> <constructorArgs> where contractName is PascalCase and networkName is lowercase

Transactions

helloWorld:setText

  1. change the args passed to setText in scripts/transactions/setText.ts
  2. npm run helloWorld:setText