Skip to content

Various small web3 projects. Using Solidity, Hardhat, ethers.js and more.

Notifications You must be signed in to change notification settings

AndyOooh/ETHDenver-group14

Repository files navigation

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

About

Various small web3 projects. Using Solidity, Hardhat, ethers.js and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published