🎥 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).
In this guide, you will learn how to wrap SOL, transfer wrapped SOL, and unwrap SOL using the Solana-Web3.js JavaScript library, the Solana CLI, and the Solana Rust SDK.
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 will walk through how to use Jupiter's v6 API and QuickNode's Metis add-on to create a simple Solana trading bot.
This guide will teach you how to create a fungible token on the Solana blockchain using the Solana Web3.js 2.0 library.
This guide will give you a complete overview of the five ways to check the balance of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).
This guide will give you a complete overview of the five ways to check the address of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).
This guide will give you a complete overview of the four ways to check the balance of a Solana wallet (Solana CLI, Solana-Web3.js, and cURL).
In this guide, we'll learn how to add a custom RPC for use with our Backpack wallet.
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.
In this guide, you will learn how to utilize Filters with Streams to backfill historic Solana Transaction data into a Postgres database.
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 (SPL) token with metadata on Solana's Devnet using the new Metaplex Token Standard and Metaplex umi.
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.
This guide will walk you through creating a QuickNode Function using TypeScript to manage Solana wallet portfolios.
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 will explore how to create and add token metadata using the Solana Metadata Token Extension.
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 a PDA owned by the System Program in your Anchor project.
This step-by-step guide will show you how to create a Solana address using the Solana-Web3.js library.
This guide will show you how to create clients for your Anchor programs using Kinobi.
In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.
In this guide, you will learn how to create and mint SPL tokens using Anchor.
In this guide, you will learn how to utilize Solana Token Extensions using Anchor.
This guide will teach you how to generate a custom program client in Solana Web3.js 2.0 using Kinobi.
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.
Learn the basics of Neon, how to deploy a smart contract using Solidity and Hardhat, and how to perform tests to ensure it works as intended.
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 teach you how to use Elusiv, a zero-knowledge (ZK) token privacy protocol on Solana. Elusiv enables developers to create tools that enable encrypted token accounts and transfers on Solana.
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.
In this guide, you will learn how to use the Digital Asset Standard (DAS) API to fetch NFT data from the Solana blockchain.
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 discuss ways you can improve your transaction efficiency and dapp performance by effectively sending transactions to the Solana Cluster.
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
In this guide, you will learn how to create and launch an NFT collection using Metaplex Core and the Candy Machine.
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, you will learn how to mint an NFT on Eclipse mainnet using the Nifty JavaScript client and the QuickNode IPFS Gateway.
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 Umi 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 Token Extensions, a exiting release with Solana's new Token-2022 Program. This guide will explore how to use token extensions to require memos on incoming token 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 teach you how to send transactions with Solana Web3.js 2.0, a major update to their JavaScript library for interacting with the Solana blockchain. Specifically, we will airdrop SOL and transfer it between two accounts.
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 utilize Filters with Streams to retrieve real-time Solana program data and send it to your Webhook destination.
In this guide, we will learn how to listen to the Solana blockchain for new liquidity pools created on the Raydium DEX using Solana WebSockets.
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.
This guide will teach you how to seamlessly integrate QuickNode's Marketplace Add-ons into your Solana Web3.js 2.0 application, .
This guide will teach you how to integrate multiple QuickNode Add-ons, including REST APIs, into your Solana Web3.js 2.0 application.
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 Extensions Program (Token-2022).
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.
Learn how to use Solana Web3.js 2.0's new subscription system to monitor changes on-chain. This guide covers setting up WebSocket connections, creating account subscriptions, and properly handling errors and cleanup.
This guide will teach you how to use Yellowstone gRPC to monitor Solana programs.
In this guide, we will learn about mining ORE on Solana and how to get started.
This guide will walk you through Agave 2.0's breaking changes and how to prepare your Solana application clients for the upcoming release.
Ensuring that your Solana application performs reliably across different clusters is essential for testing and deployment. This guide explains how to ensure your local testing validator matches the mainnet cluster's current feature set.
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.
In this guide, you will learn how to use Metaplex Umi and Digital Asset Standard (DAS) API to mint and fetch compressed NFTs on Solana.
In this guide, we will explore what Jito Bundles are and how to use the Lil' JIT marketplace add-on to create and send them to the Jito Validator client.
Learn how to utilize Phantom Shortcuts to create a seamless NFT experience for your users.
Overview of Solana Actions and Blockchain Links (Blinks)
In this guide, you will learn about Metaplex Inscriptions on Solana, how to mint them, and how to fetch data from them.
This guide will explore Solana's new Token-2022 Program which introduces Token Extensions for advanced functionality of SPL tokens.
In this guide, you will learn what Cross Program Invocations (CPIs) are and how to use them in Solana programming.
This guide will demonstrate how to use Amman to enhance your local Solana testing experience.
In this guide, you learn what IDLs are and how to use them in Solana programming.
This guide will teach you how to use Bankrun to enhance your local Solana development experience.
In this guide, we will learn about Eclipse, Ethereum's first Layer 2 that is built with the Solana Virtual Machine (SVM) and how to get started on the testnet.
This guide will give you an overview of liquid staking and various ways to participate on Solana.
In this guide, you will learn about Metaplex Core, a new lightweight NFT standard on Solana. You will mint your first NFT using Metaplex Core and the Umi JavaScript library.
In this guide, you will learn how to create a digital Asset using the Nifty JavaScript client.
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 the basics of Solana's SPL Token Transfer Hook extension, which allows developers to add custom logic to token transfers.