Solanaでカスタム・バニティ・ウォレットアドレスを作成する方法
ネイティブの `solana-keygen` の `grind` コマンドや、GPU アクセラレーション対応のバニティツールを使用して、カスタム Solana バニティウォレットアドレスの生成方法を学びましょう。
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.
SolanaでのScaled UI Amount Token拡張機能の使用
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).
How to Send Offline Transactions on Solana using Durable Nonce
Sending offline transactions on Solana is easy. This guide will show you how to send offline transactions using durable nonces.
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.