/eth-homework

A place for you to do your homework

Primary LanguageTypeScript

eth-homework

What is this?

eth-homework is a repository that I use as part of the mentoring program that I'm developing. Mentees fork this repository and complete their homework based on the various assignments included within.

Repository structure

I'm using Hardhat + TypeScript as my preferred development environment. For the sake of flexibility, each assignment is a separate package with its own package.json file and its own hardhat.config.ts file.

Assignments

Setup

git clone https://github.com/smartcontracts/eth-homework.git
cd eth-homework

Working on an assignment

Installing dependencies

yarn install

Compiling contracts

yarn compile

Running tests

yarn test