Skip to main content

Guides / All Tags

JavaScript Guides

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

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.

Updated January 16, 2025Intermediate
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0

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.

Updated January 9, 2025Intermediate
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0Metis - Jupiter V6 Swap APIMarketplace

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.

Updated September 14, 2024Intermediate
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0Metis - Jupiter V6 Swap APIMarketplace

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.

Updated September 13, 2024Intermediate
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0Anchor

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

Updated September 13, 2024Intermediate
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0Marketplace

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.

Updated September 8, 2024Beginner
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0

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.

Updated September 1, 2024Beginner
SolanaJavaScriptTypeScriptSolanaWeb3.js-2.0

How to Mint an NFT on Eclipse Using Nifty Asset Standard

In this guide, you will learn how to mint an NFT on Eclipse mainnet using the Nifty JavaScript client and the QuickNode IPFS Gateway.

Updated August 16, 2024Beginner
SolanaJavaScriptTypeScriptUmiNFTsIPFS

How to Create a Token Allowance Checker App

In this guide, learn to create an ERC-20 token allowance checker app using QuickNode Streams and PostgreSQL.

Updated August 14, 2024IntermediateVideo
EthereumJavaScriptReactdAppsStreams

A Complete Guide to Wrapping, Transferring, and Unwrapping SOL on Solana

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.

Updated July 31, 2024Beginner
SolanaJavaScriptTypeScriptRustSolana-web3.js