Management modules

Modules are discrete pieces of functionality that can be applied to your Highlight contracts to augment, extend or customize their behavior. There are three kinds of modules available: MintManagers, TokenManagers and RoyaltyManagers.

For all module types, you can set a default manager that will be applied to all tokens on your contract, but you can also set token- or edition-specific managers. To set token- or edition-specific managers, you can use the edition ID (if it’s an editions contract) or the token ID (if it’s a series contract) as the key.

Below is an overview of how each module works, and a few examples of how you might use them.

Last updated