Cooking with Solana
The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana. Each concept and reference will focus on specific aspects of Solana development while providing additional details and usage examples.
Contributing
The Cookbook is designed in a way that makes it easy for new Solana developers to contribute. Even if you don't know how to do something, contributing to the cookbook is a great way to learn!
Check out all open issues here. Contribution guidelines here. If you find the cookbook is missing a suggestion, please add an issue.
How to Read the Cookbook
The Solana Cookbook is split into different sections, each aimed at a different goal.
Section | Description |
---|---|
Core Concepts | Building blocks of Solana that are good to know for development |
Guides | Snack-sized guides about different tools for development |
References | References to commonly needed code snippets |