issues
search
721labs
/
partial-common-ownership
This project aims to establish a standard, open source implementation of Partial Common Ownership for non-fungible tokens.
https://721.dev
MIT License
17
stars
5
forks
source link
Switch to Foundry for testing
#67
Open
will-holley
opened
2 years ago
will-holley
commented
2 years ago
Intro to foundry:
https://www.paradigm.xyz/2021/12/introducing-the-foundry-ethereum-development-toolbox
Motivation: simplify tests by moving them closer to the modules & reduce the surface area for errors created by the testing framework (i.e. JS, Ethers, Hardhat)
Tests
[ ] Wrapper
Modules
[x] Beneficiary
[ ] Lease
[x] Remittance
[ ] Taxation
[x] Valuation
Tests
Modules