How Solana NFT Creator Works
Choose what you're minting, add the details, connect, and mint, optionally straight to a recipient. Here's what actually happens when you mint on Solana.
Choose a Purpose and Add the Details
Pick what you're minting: art, a certificate, an event ticket or a membership pass. The right detail fields appear for each (recipient and date for a certificate, event and seat for a ticket, tier for a pass), and they're saved as tamper-proof on-chain traits. Add an image, a name and symbol, and optionally a royalty. We upload the image and build a metadata JSON, then pin both to decentralized storage. Nothing is minted yet; we're just preparing the data that will be referenced on-chain.
Connect Your Wallet (and Set a Recipient)
Click "Connect Wallet" and approve the connection in your Solana wallet (Phantom, Solflare, or another compatible wallet). We use the standard wallet interface and never see your keys. Your wallet pays the fee. By default the NFT mints to you, but you can paste a recipient address to issue it straight to someone else (for example, a certificate to its recipient) while you keep any creator royalty. You can disconnect at any time.
Mint On-Chain
When you hit "Mint", we build a single Solana transaction that creates the mint account, the token account, mints one token to your wallet, writes the Metaplex-style metadata (including the URI to your pinned metadata), and revokes mint authority. You sign that transaction in your wallet. We submit it to the network.
Once the transaction confirms, the NFT is in the recipient's wallet (yours by default). No extra steps, no claim page. You also get a verification link: anyone can paste the mint address on our verify page to confirm it's genuine and see its details straight from the blockchain.
What You Need
Before you start, have these ready.
- • A Solana wallet with enough SOL for the mint fee and transaction fees.
- • An image file and the metadata (name, symbol, description) you want on-chain.
No coding. No CLI. Just the web form and your wallet.
Ready to mint?
Create your NFT on Solana in three steps.
Create NFTFor more detail, see our Solana NFT guides hub and how to mint an NFT on Solana.