🎥 How to Create a Token-Burning Candy Machine on Solana
A video showing how to build a token-burning Candy Machine on Solana where an SPL token needs to be burned to mint an NFT.
A video showing how to build a token-burning Candy Machine on Solana where an SPL token needs to be burned to mint an NFT.
This guide will give you a complete overview of the five ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, QuickNode Multi-chain Faucet, and QuickNode's Airdrop Widget).
The Solana account model is a critical part of the Solana ecosystem. In this guide, we explore the different types of accounts as well as how we can create and interact with them.
En esta guÃa, explicaremos paso a paso cómo crear un NFT en la red Solana.
Para poder hacer Solana NFTs vamos a usar un programa llamado Candy Machine. En esta guÃa vamos a guiarte por el proceso de instalar todo esto.
In this guide, we'll learn how to add a custom RPC for use with our Backpack and Solflare wallets.
Add Solana Pay to Your Shopify Store
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.
This guide will walk you through creating your own Solana Transaction Explorer using React and TypeScript.
This guide will walk you through creating your own Solana Explorer for Stake Accounts using React and TypeScript.
This guide will walk you through creating your own Solana Explorer using the Solana Scaffold, Solana Wallet Adapter, React, and TypeScript.
Learn how to create a basic Solana wallet application using React in this step-by-step guide.
In this tutorial, we will build a small application that allows you to retrieve and display the information of all of the NFTs of a particular Solana wallet.
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
Get connected to your users faster. Learn how to use the Solana dApp Scaffold and Wallet Adapter to get a sample app in minutes.
Learn how to utilize MetaMask Snaps to connect your MetaMask wallet to Solana dApps.
This guide will demonstrate how to create your own .sol domain name using the Bonfida Naming Service.
In this guide, we'll dive into generating a unique custom wallet address using Solana CLI and the Grind tool.
In this guide, we will explore how to create a Decentralized Autonomous Organization (DAO) on Solana using Realms.
In this guide, we will learn how to create a fungible token with metadata on Solana's Devnet.
Learn how to create a liquid staking pool on Solana.
In this guide, we will explore how to use Squads to create a MultiSig Wallet on Solana.
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.
This step-by-step guide will show you how to create a Solana address using the Solana-Web3.js library.
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.
Solana has several built-in handy event listeners, also known as subscriptions, that make listening for changes on the Solana Blockchain a breeze. This guide will teach you how to use several Solana event listener methods and QuickNode WebSockets to listen for changes on the chain.
Create and launch an NFT collection rapidly by using Metaplex Sugar. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
Create and launch an NFT collection rapidly using Metaplex Sugar and Umi. In this guide, you will create an NFT collection and a simple mint page to deploy your Solana NFTs.
Create and launch an NFT collection rapidly by using Metaplex Candy Machine. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
This guide will walk you through some basics of account structs and how to use struct schemas to deserialize Solana account data.
In this guide, we will walk through how to use Jupiter Terminal, an end-to-end swap component, to add a Solana token swap feature to any webpage.
This guide will walk you through forking accounts and programs from Mainnet to Localhost using Solana CLI.
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.
Ever need to pull all the transactions associated with a Wallet or want to see all of the mint transactions associated with a Candy Machine? In this guide, we'll cover Solana-Web3.js - a versatile tool that makes getting transaction history a breeze.Â
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
In this guide, you will learn how to remove the update authority of a Solana Program so that it can never be updated or modified.
In this guide, we'll learn how to mint an NFT using Solana-Web3.js!
(Note, This is now deprecated, and the V2 version of this guide should be referenced instead)Create and launch an NFT collection rapidly by using the Metaplex Candy Machine. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
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).
In this guide, we'll learn how to connect to Solana, obtain funds on its devnet, and send a transaction with this new and exciting technology.
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.
This guide will walk you through setting up a local Solana validator and how to interact with it including creating a wallet, performing basic transactions, and deploying a program.
This guide will give you an overview of the four ways to stake SOL on Solana (Wallet, Solana CLI, Solana-Web3.js, Liquid Staking).
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.
In this guide, you will learn how to use constraints in Anchor to improve your code's security and readability.
In this guide, we will explore what Clockwork is and how to use it to automate Solana programs.
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 explore what Pyth is and how to use it to get real-time price information in your Solana Programs. We will build a simple Solana program that requests and logs a price feed from Pyth and test the program on Solana's devnet.
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 learn how to add notes to your transaction using the Solana Memo program.
In this guide, we will walk through how to create and execute a Version 0 (V0) Transaction on Solana.
In this guide, we will deploy your first Solana Program to Devnet and learn how to create a Hello World and Counter Program using Anchor.
This guide will build on top of "How to Write Your First Anchor Program in Solana - Part 1" and walk you through adding more features to your Anchor program.
This guide provides an overview of the basic building blocks of Solana - Accounts, Programs, Instructions, Transactions, RPCs, and Subscriptions.
If you are building with Solana NFTs, understanding your NFTs' metadata will make it easier for you to deploy and update NFTs, communicate with your users, and develop innovative applications for NFTs. In this guide, you will dive deep into the world of Solana NFTs.
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.
This guide will give you a complete overview of the three ways to check the balance of a Solana wallet (Solana CLI, Solana-Web3.js, and cURL).
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.
This guide will give you an overview of liquid staking and various ways to participate on Solana.
This guide will explain how rent works on the Solana blockchain and how to calculate rent requirements for your accounts.
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.