Production Launch
Follow this checklist to ensure you are ready for launch
From Staging to Production
Crossmint provides two developer environments: staging and production. It’s recommended to test end-to-end on staging before moving to production.
Once staging is working:
- Create or register an identical collection in production.
- Update the
projectId
andcollectionId
values to the production ones. - Update the environment from
environment="staging"
toenvironment="production"
, as in the example below:
Smart contract
Before you launch, please ensure that the following parameters and criteria are configured in your smart contract properly.
- Price per NFT - ensure that the value is configured correctly.
- Conditions for claim - double check the starting time, closing time, recipient address, revenue split, and other claim conditions are in order.
- Accesslists and permissions - confirm that the accesslist is up-to-date and the appropriate permissions are set.
From Staging to Production
Crossmint provides two developer environments: staging and production. It’s recommended to test end-to-end on staging before moving to production.
Once staging is working:
- Create or register an identical collection in production.
- Update the
projectId
andcollectionId
values to the production ones. - Update the environment from
environment="staging"
toenvironment="production"
, as in the example below:
Smart contract
Before you launch, please ensure that the following parameters and criteria are configured in your smart contract properly.
- Price per NFT - ensure that the value is configured correctly.
- Conditions for claim - double check the starting time, closing time, recipient address, revenue split, and other claim conditions are in order.
- Accesslists and permissions - confirm that the accesslist is up-to-date and the appropriate permissions are set.
Account Verification
To enable credit card payments on primaries, sellers are required to complete a process.
You only have to verify a project once, and can create as many collections as you wish within that project. New projects require additional verification.
Collection Verification
You must verify your collection to ensure it meets Crossmint’s content policy.
Transaction limits
The lower bound limit is USD 1,500 for primaries, and USD $7,000 per purchase for secondaries (marketplaces). Those limits are per purchase. Users can make multiple purchases with total amounts surpassing those thresholds.
If you require higher limits, contact sales.
Was this page helpful?