COMP70017-PoDL-CW/README.md

518 B

Coursework skeleton

This is the skeleton for the coursework of the Principle of Distributed Ledgers 2023. It contains the interfaces of the contracts to implement and an ERC20 implementation.

The repository uses Foundry.

Coverage generated using forge coverage --report lcov && genhtml lcov.info -o coverage --branch-coverage --function-coverage --legend --title "TicketNFT Coverage"