mirror of
https://github.com/supleed2/COMP70017-PoDL-CW.git
synced 2024-11-10 02:15:48 +00:00
9 lines
518 B
Markdown
9 lines
518 B
Markdown
# Coursework skeleton
|
|
|
|
This is the skeleton for the coursework of the Principle of Distributed Ledgers 2023.
|
|
It contains [the interfaces](./src/interfaces) of the contracts to implement and an [ERC20 implementation](./src/contracts/PurchaseToken.sol).
|
|
|
|
The repository uses [Foundry](https://book.getfoundry.sh/projects/working-on-an-existing-project).
|
|
|
|
Coverage generated using `forge coverage --report lcov && genhtml lcov.info -o coverage --branch-coverage --function-coverage --legend --title "TicketNFT Coverage"`
|