Quickstart ⚡
Launch a store for your NFTs in 5 minutes, without coding
Quickstart
Prerequisites
- Create a developer account in the Staging Console.
- Create a new collection or import yours into the console and have your
projectId
andcollectionId
ready.
To integrate in production/mainnet, you'll also need to complete account and collection verification. More information on the production launch guide.
For EVM, this guide uses a collection deployed from the Crossmint developer console, which only requires a
recipient
parameter. For more advanced contracts, check the SDK
reference.
-
Open your collection, go to the
NFT Checkout
tab, and enable it. -
Select the
No-code Storefront
tab and turn on the toggle. -
Set the
Price per item
to match the price in your smart contract. Ensure it’s set in the native currency of the contract and that it includes any anciliary fees.
If your collection is set up using an external platform which charges a fee per NFT, please add that amount to the
price. For example, if you contract charges 0.01 ETH
and the provider charges 0.002 ETH
, then set the price at
0.012 ETH
.
-
Click on
Save
. -
(Optional) Customize the branding and style of your page, using the console.
Looking to sell the NFTs from your website?
Pay Button
Add a button that opens a checkout in a pop-up or new tab.
Embedded Checkout
Embed a checkout into your site for full UX control.