Tatum: How To Mint NFTs on Solana with Tatum
Learn how to mint NFTs on the Solana network with Tatum.
What is Tatum?
1. Next, we need a Filebase IPFS bucket.
2. Select ‘Buckets’ from the left side bar menu, or navigate to console.filebase.com/buckets.

3. Enter a bucket name and choose the IPFS storage network to create the bucket.

4. Next, select the bucket from your list of buckets, then select ‘Upload’ in the top right corner to upload an image file.

5. Select an image to be uploaded.

6. You can view the object’s IPFS CID in the CID column, or you can click on your uploaded object to display the metadata for the object, which includes the IPFS CID.

7. Next, login to the Tatum API Dashboard.
8. Select ‘Create API Key’ or choose one of your existing API keys. Take note of this API key.

9. Next, get your crypto wallet address and your crypto wallet private key.
10. To mint an NFT on Solana with Tatum, you can use the Tatum API endpoint and cURL, or you can use the TatumJS package.
11. To use the Tatum API endpoint, use the following cURL command structure:
12. To use the TatumJS package, use the following piece of code:
Last updated