Contract Types
For the purposes of EPM there are 3 contract types to be aware of:
These are contracts that implement the Diamond Proxy standard. They take advantage of the fallback function in solidity to route incoming requests to the proper Facet. The implementation maintained by the Meem Team can be found on github.
A facet contains part of the business logic for the contract. Functions from a facet are attached to a Proxy.
EPM also supports uploading and deploying of non-diamond smart contracts.
Last modified 8mo ago