Skip to content

centrifuge/morpho-market

Repository files navigation

Morpho Market

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 the erc20-permissioned abstract contract from Morpho.
  • VaultOracle: Morpho-compatible oracle for ERC4626 vaults.

Developing

Getting started

git clone [email protected]:centrifuge/morpho-market.git
cd morpho-market
forge update

Testing

To run all tests locally, where [FORK_URL] is a valid RPC endpoint for Base:

forge test --fork-url [FORK_URL]

Audit reports

Auditor Report link
Cantina Managed June 2024

License

This codebase is licensed under GNU Lesser General Public License v3.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published