Assignment
- Implement a setApprovedMinter(address, bool) onlyOwner function
- No limit on total supply
- Transfer capabilities must be disabled after minting (soulbound)
Entries
https://github.com/kethcode/exp
👍 The Good
- README with build instructions looks good
- tests look good
- 100% test coverage 👌
- deployed and verified on testnet
👎 The Bad
- why fork
LilOwnable
instead of using a standard Ownable? (I see the custom error, but still a litte scary/unusual)
- why the custom solmate ERC20?
💁🏻 The Debatable