Integrating Crossmint into a marketplace

Integrating Crossmint into a marketplace can be as simple as adding five lines of code, depending on the level of customization required.

The following snippet would be sufficient to render a button that enables the purchase of one of your listings with credit card.

  <CrossmintPayButton
    projectId="_PROVIDED_BY_CROSSMINT_"
    collectionId="_PROVIDED_BY_CROSSMINT_"
    mintConfig={{
      contractAddress: "0x1234...",
      tokenId: "123",
    }}
  />

Contact sales to get started.
If you are building a new marketplace, use one of the supported contracts for a faster integration. If you are looking for help building a marketplace, contact us and the Crossmint team will introduce you to the right partner.

FAQs