Deploy an NFT contract
Deploy a previously created NFT contract.
1. Configure your contract
Set your auth token, app ID, and contract ID.
2. Set the contract type
Set the deploymentState
to PENDING_PROXY.
- Deploy the contract
Send a PATCH request to the API with the auth token in the body, and app ID and contract ID in the URL. You should receive a 200 status code if it worked.
4. Verify the contract is deployed
It will take at least a few minutes to deploy, but once done it will show up in your Creator Portal under the “Collections” tab and be marked as “DEPLOYED”.