Skip to content

smartcontracts/eth-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A place for you to do your homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published