How to Generate Onchain Random Numbers on Solana with Switchboard VRF
Build a Solana Anchor program with Switchboard Randomness On-Demand to produce verifiable, tamper-proof onchain random numbers via a commit-reveal flow.
Trident를 사용하여 프로그램에 퍼즈 테스트를 수행하는 방법
Trident를 사용하여 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.
How to Create Custom Program Clients in Solana Kit with Codama
This guide will teach you how to generate a custom program client in Solana Kit using Codama.
What is Bankrun and How to Use it to Enhance Solana Local Development?
This guide will teach you how to use Bankrun to enhance your local Solana development experience.
How to Create Anchor Program Clients using Codama
This guide will show you how to create clients for your Anchor programs using Codama.
How to Create and Use Solana Token Extensions Using Anchor
In this guide, you will learn how to use Solana Token Extensions using Anchor.
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 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.
How to Create a System Program PDA
In this guide, you will learn how to create a PDA owned by the System Program in your Anchor project.