Coursework for COMP70017 Principles of Distributed Ledgers
Go to file
2023-02-19 00:23:03 +00:00
lib Initial commit 2023-02-13 01:14:44 +00:00
src Update ISecondaryMarket.sol 2023-02-17 11:55:20 +00:00
test Initial commit 2023-02-13 01:14:44 +00:00
.gitignore Initial commit 2023-02-13 01:14:44 +00:00
.gitmodules Initial commit 2023-02-13 01:14:44 +00:00
foundry.toml Initial commit 2023-02-13 01:14:44 +00:00
README.md Initial commit 2023-02-13 01:14:44 +00:00
spec.pdf Add Specification 2023-02-19 00:23:03 +00:00

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.