Solana NFT Minter

Overview

This component:

  • Uploads your image to Irys
  • Mints your image as a Solana NFT using the Helius SDK

Once complete, the NFT will be visible in your wallet.

* The NFT is minted on Solana Devnet

Before testing, set the NEXT_PUBLIC_HELIUS_API variable in .env.local

Usage

Default:

<SolanaNFTMinter />

To enable gasless image uploads:

<SolanaNFTMinter gasless={ true } />

If enbaled, you must also set PRIVATE variable in .env.local

Docs