Implementation of ERC20 and ERC721 as part of the Principles of Distributed Ledgers course
Go to file
2023-02-07 12:05:15 +00:00
lib Initial commit 2023-02-02 20:14:18 +00:00
src Implement ERC721 2023-02-07 12:05:15 +00:00
test Initial commit 2023-02-02 20:14:18 +00:00
.gitignore Initial commit 2023-02-02 20:14:18 +00:00
.gitmodules Initial commit 2023-02-02 20:14:18 +00:00
foundry.toml Initial commit 2023-02-02 20:14:18 +00:00
README.md Initial commit 2023-02-02 20:14:18 +00:00
remappings.txt Initial commit 2023-02-02 20:14:18 +00:00
Tutorial 2 specs.pdf Add PDF Guide 2023-02-06 23:12:20 +00:00

Principle of Distributed Ledgers, Tutorial 2

The goal of this tutorial is to implement an ERC-20 token and an ERC-721 token that can be bought using the ERC-20 token.

Please refer to the full tutorial for more details.