How to Airdrop Solana NFTs with Crossmint's Minting API
Create a simple script that will allow you to mint and deliver NFTs directly to a list of customers' wallets or email addresses.
Create a simple script that will allow you to mint and deliver NFTs directly to a list of customers' wallets or email addresses.
Learn how to build an interactive dApp that integrates a payment system with Solana Pay into any web application. At the end of this guide, you will have created a payment portal where users can scan a Solana Pay QR code, process the transaction with a Phantom wallet on their phone, and verify payment success.
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
In this guide, we will learn how to create a fungible token with metadata on Solana's Devnet.
In this guide, we will explore Metaplex's new JS SDK which brings the power of Candy Machine to your JavaScript and TypeScript applications to allow for quick and easy NFT minting.
Learn the basics of Solang, how to create your first Solana program (or smart contract) using Solidity and Solang, and how to implement tests to ensure your program works as intended.
In this guide, you will learn how to create and mint SPL tokens using Anchor.
This guide explains Programmable NFTs (pNFTs) and walks through how to mint them using TypeScript.
This guide will walk you through some basics of account structs and how to use struct schemas to deserialize Solana account data.
This guide will walk you through creating a simple script that will query Solana's mainnet and return all of the Token Accounts owned by that wallet and their account balances.
In this guide, we will demonstrate two ways in which you can mint an NFT on thirdweb - through the thirdweb dashboard (with no code!) and then using thirdweb's SDK with TypeScript.
Build a custom Solana NFT Minter using TypeScript and the Metaplex SDK in this step-by-step guide.
Learn about Solang and Neon, two tools that allow you to write smart contracts in Solidity and deploy them to Solana.
In this guide, you will discover how to query Solana domain names (.sol) using TypeScript and Bonfida's SPL Name Service SDK.
This guide will explore Solana's new Token-2022 Program and how to require memos on incoming transfers to an account (like a traditional bank).
Learn to perform bulk Solana transactions for batch processes (e.g., an airdrop to your community's NFT holders or a token distribution to early users of your dApp) in this step-by-step guide. Solana transaction composition and concurrent method calls can increase the speed and effectiveness of your script!
Sending offline transactions on Solana is easy. This guide will show you how to send offline transactions using durable nonces.
In this guide, you will learn how to transfer SOL and SPL tokens using Anchor.
Transferring SPL tokens is slightly different from sending SOL, so it is essential to understand how it works as you progress on your Solana development journey. In this guide, you will use TypeScript to write a script that transfers an SPL token from one account to another on Solana's devnet.
Updating metadata for NFTs you created is a handy tool any NFT developer should have in their toolbelt. Learn how to update the metadata of an NFT on Solana's devnet from your terminal using the Solana-Web3 library and Metaplex JS SDKs.
This guide will explain the technical changes as a result of Solana's Versioned Transactions launch and how to update your client-side code to handle those changes.
Learn how to use Solana Lookup Tables in Versioned Transactions in this step-by-step guide.
This guide provides an overview of Solana Priority Fees and a step-by-step tutorial on how to use priority fees to prioritize your Solana transactions and get them confirmed faster on the network.
In this guide, you will create a Solana Program using Anchor and Solana PlayGround. You will explore creating and utilizing Program Derived Address (PDA) in your work.
Implement a NextJS app that uses Solana Pay to invoke a custom Solana program.
This guide will explore how to collect Token Transfer Fees using Solana's Token-2022 program.
In this guide, we will walk through how to create and execute a Version 0 (V0) Transaction on Solana.
This guide will demonstrate how to create a tool that monitors a Solana transaction to verify that it has been successfully added to a block or expired.
In this guide, you will learn what Cross Program Invocations (CPIs) are and how to use them in Solana programming.
In this guide, you learn what IDLs are and how to use them in Solana programming.
Learn how to use Solana Pay to send and receive SOL and SPL tokens for Payments.
This guide will explore Solana's new Token-2022 Program.