Skip to main content
  1. Guides
  2. /All Tags
  3. /SolanaWeb3.js-2.0 Guides

SolanaWeb3.js-2.0 Guides

10 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

Protect Solana Transactions with Lighthouse Assertion Guards

Learn how to protect your Solana transactions from malicious transaction instructions by utilizing Lighthouse assertion instructions in your transaction.

Created February 28, 2025Intermediate
SolanaJavaScriptLighthouseTypeScript

Deserialize Account Data with Solana Web3.js 2.0

Learn how to deserialize Solana Account data using Solana Web3.js 2.0's Decoder tools.

Created January 16, 2025Intermediate
SolanaJavaScriptRaydiumTypeScript

Automate Pump.fun Trading with Metis and Solana Web3.js 2.0

Learn to automate Pump.fun trading using TypeScript, Metis API, and Solana Web3.js 2.0. Step-by-step guide to fetch quotes, execute swaps, and build robust trading integrations programmatically.

Created January 9, 2025Intermediate
SolanaJavaScriptMarketplaceMarketplace Add-OnMetis - Jupiter V6 Swap APIPump.funQuickNode ProductTypeScript

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.

Created November 15, 2024Beginner
SolanaTypeScriptWebSocket

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.

Created September 14, 2024Intermediate
SolanaJavaScriptMarketplaceMarketplace Add-OnMetis - Jupiter V6 Swap APIQuickNode ProductSolana Priority Fee APITypeScript

How to Create Custom Program Clients in Solana Web3.js 2.0 with Codama

This guide will teach you how to generate a custom program client in Solana Web3.js 2.0 using Codama.

Created September 13, 2024Intermediate
SolanaAnchorCodamaJavaScriptTypeScript

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, .

Created September 13, 2024Intermediate
SolanaJavaScriptMarketplaceMarketplace Add-OnQuickNode ProductSolana Priority Fee APITypeScript

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.

Created September 8, 2024Beginner
SolanaJavaScriptSPL TokensTypeScript

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.

Created September 1, 2024Beginner
SolanaJavaScriptTypeScript

Six Ways to Find the Associated Token Address for a Solana Wallet and Mint

This guide will give you a complete overview of the six ways to check the address of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, SolanaWeb3.js-2.0, Solana Token Program, cURL, and Rust).

Created October 6, 2023Beginner
SolanaJavaScriptRustSolana-Web3.jsSPL Token ProgramWallets