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.
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.
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.
In this guide, you will discover how to query Solana domain names (.sol) using TypeScript and Bonfida's SPL Name Service SDK.
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!
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.
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 learn what IDLs are and how to use them in Solana programming.