Welcome to Rudy Documentation
Learn how to build blazing-fast Solana programs with Rudy Framework. Our comprehensive documentation will guide you from basic concepts to advanced patterns.
Quick Start
Get up and running with Rudy in minutes. Install the CLI and create your first program.
Get startedCore Concepts
Understand the fundamental concepts of Rudy programs, accounts, and instructions.
Learn moreAPI Reference
Complete API documentation with detailed examples and best practices.
Explore APIExamples
Real-world examples from simple counters to complex DeFi protocols.
View examplesWhat is Rudy?
Rudy is a next-generation framework for building Solana programs. It provides a powerful, ergonomic API that makes writing secure and efficient on-chain programs as easy as writing regular Rust applications.
Key Features
- •Zero-copy deserialization for maximum performance
- •Type-safe account management with compile-time guarantees
- •Built-in testing framework with local validator support
- •Async-first design for handling concurrent operations
- •Comprehensive CLI for project management and deployment
Ready to build?
Start with our installation guide and have your first Rudy program running in minutes.
Start Building