This commit is contained in:
2026-02-26 16:17:30 +01:00
commit 96e58bbf62
19 changed files with 5835 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Lab 2
This is a Viem and Hardhat 3 project. To get started, please read the instructions below.
## Getting started
To start the lab, run:
```shell
npm install
npm run start
```
## Finishing up
When you're done, run the following command to generate a zip archive.
```shell
npm run zip
```