Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.71 KB

README.md

File metadata and controls

34 lines (21 loc) · 2.71 KB

The First Solarplex Frame to Mint Compressed NFTs (cNFTs) on Solana

This is the First Solarplex Frame that allows your users to mint a cNFT on Solana, directly to their wallet address. All you need to do is like the post and re-post it, and then click on "Mint" to mint the NFT. The NFT will be delivered to your wallet address in a few seconds.

Ensure that you have linked your Solana wallet address to your Solarplex account! Otherwise, this will not work for you.

Create and Deploy an NFT Collection on Solana using Crossmint

The collection that I created and deployed is on Production, i.e., Solana Mainnet(Beta). However, it is recommended that you familiarize yourself with this on Staging (Testnet/Devnet) first before migrating to Production (Mainnet). Click to proceed to Crossmint's Staging Console. Click to proceed to Crossmint's Production Console

Refer to this step-by-step guide to learn how you can create an NFT Collection on Solana using Crossmint and also mint compressed NFTs (cNFTs) using both no-code and low-code approach. Click here for the guide.

Create a Next App - Create and Configure the Solarplex Frame

Refer to the repository's src for the code that lets you create an NFT Minting Solarplex Frame on Solana.

Configure the ENV variables

  • NEXT_PUBLIC_URL - The URL of your deployed Next app
  • CROSSMINT_ENV - The Crossmint environment that you are using to deploy the NFT Collection. If it is on Production or Mainnet, use www. If it is on Staging or Testnet, use staging.
  • CROSSMINT_API_KEY - The Crossmint API Key that you created using Crossmint Console. You will be using this key to create an NFT Collection and mint an NFT on Solana.
  • CROSSMINT_COLLECTION_ID - The Collection Id of the NFT Collection you deployed on Solana. You can obtain this from the Crossmint Console after you created a collection on Solana using the API.

Built using

Tutorial

Check out the complete tutorial here