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

npm run test

Deploying with Hardhat

  1. Add the env variables as specified in the example file
  2. npm run deploy to deploy to goerli

Transactions

helloWorld:setText

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