Contracts required for the real-world asset (RWA) Morpho market. Two main features:
PermissionedERC20Wrapper
: an ERC20 wrapper that can be minted and transferred only to accounts that hold verified account and non-US verified country attestations, or have been manually added to the memberlist. This extends theerc20-permissioned
abstract contract from Morpho.VaultOracle
: Morpho-compatible oracle for ERC4626 vaults.
git clone [email protected]:centrifuge/morpho-market.git
cd morpho-market
forge update
To run all tests locally, where [FORK_URL]
is a valid RPC endpoint for Base:
forge test --fork-url [FORK_URL]
Auditor | Report link |
---|---|
Cantina Managed | June 2024 |
This codebase is licensed under GNU Lesser General Public License v3.0.