Create an NFT
Configure the NFT’s metadata and mint it to a wallet address
1. Configure your application
After getting your application set up in your creator portal, grab the needed:
- auth token
- application id
- contract id that the NFT will be minted from
- token template id to use as a base for your NFTs metadata
2. Set the wallet to receive the NFT
This wallet address will receive the minted token.
3. Configure the NFT metadata
Set the metadata for the NFT. You can modify this after its minted.
4. Mint a NFT!
Send a POST request to the API with the wallet and token metadata in the request body. You should receive a 201 status code if it worked.