Comment créer une adresse de portefeuille personnalisée sur Solana
Apprenez à générer une adresse de portefeuille « vanity » Solana personnalisée à l'aide de la commande native « solana-keygen grind » et de l'outil « vanity » accéléré par GPU.
How to Test Solana Programs with LiteSVM
This guide walks you through testing Anchor programs with LiteSVM, a Rust-based testing tool thats 25X faster than traditional TypeScript Anchor tests.
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.
What is Eclipse and How to Get Started on Testnet?
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.
How to Create a Liquid Staking Token on Solana
Learn how to create a liquid staking pool on Solana.
Solana Staking: 4 Easy Ways to Stake SOL and Earn
This guide will give you an overview of the four ways to stake SOL on Solana (Wallet, Solana CLI, Solana-Web3.js, Liquid Staking).
Comment envoyer des transactions hors ligne sur Solana à l'aide d'un nonce durable
Envoyer des transactions hors ligne sur Solana, c'est simple. Ce guide vous explique comment envoyer des transactions hors ligne à l'aide de nonces durables.
How to Require Memos on Incoming Transfers Using Solana Token Extensions
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).
How to Create a DAO on Solana using Realms
In this guide, we will explore how to create a Decentralized Autonomous Organization (DAO) on Solana using Realms.
How to Create a MultiSig Wallet on Solana using Squads
In this guide, we will explore how to use Squads to create a MultiSig Wallet on Solana.