COMP70017-PoDL-CW/README.md

7 lines
352 B
Markdown
Raw Normal View History

2023-02-13 01:06:14 +00:00
# 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).