Monitor Solana Accounts Using WebSockets and Solana Web3.js 2.0
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.
How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 2)
This guide will teach you how to integrate multiple QuickNode Add-ons, including REST APIs, into your Solana Web3.js 2.0 application.
How to Create Custom Program Clients in Solana Web3.js 2.0 with Kinobi
This guide will teach you how to generate a custom program client in Solana Web3.js 2.0 using Kinobi.
How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 1)
This guide will teach you how to seamlessly integrate QuickNode's Marketplace Add-ons into your Solana Web3.js 2.0 application,.
Creating a Fungible Token with Solana Web3.js 2.0
This guide will teach you how to create a fungible token on the Solana blockchain using the Solana Web3.js 2.0 library.
How to Send Transactions with Solana Web3.js 2.0
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.