Creating or Importing NFT Collections
Register External Collection
Import custom and/or third party contracts
The first section of this guide is EVM specific. For Solana, we support the metaplex standard. Importing a candy machine is very similar. Jump below for specific details about importing a Solana candy machine.
EVM Smart Contract Requirements
ERC-721, ERC-721a, ERC-1155
The mint function accepts address paramter and mints to that address
Crossmint treasury address(es) must be able to call your function unlimited times
Please note that currently only importing EVM and SOL primary contracts is self-serve. If you wish to import EVM or SOL secondary contracts, or Aptos and Sui contracts, please contact sales.
Import a Custom Contract
Next steps
Integrate the Crossmint SDK to start selling from your website. You can do this in three ways:
- EASY: Use the Storefront to start accepting payments without writing any code.
- MID: Add a Pay Button into your existing website or app. This button opens a Crossmint branded checkout flow, in a pop-up or new tab.
- ADVANCED: Craft an Embedded NFT Checkout with custom UI into your website or app.