Deploying a Modular Contract
To deploy a modular contract, you can use the deployModularContract
function. You can deploy just the core contract, or decide to deploy a core with specific modules preinstalled.
Here's an example of deploying a modular ERC721 contract with the ClaimableERC721
and BatchMetadataERC721
modules, which recreate a NFT Drop behavior.
Check out the deployModularContract
reference for more information.