Skip to main content
  1. Guides
  2. /All Tags
  3. /Solana-web3.js Guides

Solana-web3.js Guides

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

Using Scaled UI Amount Token Extension on Solana

This guide demonstrates how to use the Scaled UI Amount extension in the Solana Token-2022 program. It covers creating a token, minting, transferring, and updating the UI amount multiplier.

Created May 16, 2025Intermediate
SolanaJavaScriptSolana CLISolana KitSPL Token ProgramSVMToken ExtensionsToken-2022TypeScript

Solana Development for EVM Developers

This guide is designed for EVM developers who want to explore Solana's ecosystem and understand how its architecture, account model, and execution environment differ from Ethereum. By the end of this guide, you'll have a clear understanding of Solana's core concepts, including stateless programs, account-based storage, parallel transaction execution, and fee markets.

Created March 19, 2025Intermediate
EthereumSolanaEthers.jsEVMRustSoliditySVM

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.

Created July 31, 2024Beginner
SolanaJavaScriptRustSPL TokenSVMTypeScriptWrapped SOL

What is the Solana Transfer Hook Extension

This guide will explore the basics of Solana's SPL Token Transfer Hook extension, which allows developers to add custom logic to token transfers.

Created July 3, 2024Intermediate
SolanaSPL Token ProgramSVMToken-2022

How to Create a Solana NFT with the SPL Metadata Token Extension

This guide will explore how to create and add token metadata using the Solana Metadata Token Extension.

Created February 1, 2024Beginner
SolanaJavaScriptNFTsSPL Token ProgramSVMToken-2022TypeScript

How To Create and Mint an SPL Token using Solidity and Solang

In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.

Created January 31, 2024Beginner
SolanaAnchorIPFSMetaplexSolangSoliditySPL Token ProgramTypeScript

Create a Solana SPL Token with Metaplex

Learn how to create a Solana SPL token step-by-step using the Metaplex Token Metadata Standard and Umi. Ideal for developers looking to launch and manage fungible tokens efficiently.

Created January 4, 2024BeginnerVideo
SolanaIPFSJavaScriptMetaplexSPL Token ProgramSVMTypeScript

Five Ways to Check the Balance of a Solana SPL Token Account

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

Created October 6, 2023Beginner
SolanaJavaScriptRustSPL Token ProgramSVMWallets

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

This guide will give you a complete overview of token accounts on Solana, and show the five ways to check the address of a Solana Token Account (Solana SPL Token CLI, cURL, Solana Kit, Solana-Web3.js, and Rust).

Created October 6, 2023Beginner
SolanaJavaScriptRustSolana KitSPL Token ProgramSVMWallets

How to Program with Solidity on Solana - Solang vs Neon

Learn about Solang and Neon, two tools that allow you to write smart contracts in Solidity and deploy them to Solana.

Created August 4, 2023Beginner
SolanaJavaScriptNeonSolangSoliditySVMTypeScript