Features
Learn how to use additional features of the Anchor framework
Dependency Free Composability
Learn how to use Anchor's declare_program macro to interact with programs without additional dependencies.
Custom Errors
Learn how to implement custom error handling in Anchor programs.
Emit Events
Learn how to emit events in Anchor programs using emit! and emit_cpi! macros.
Zero Copy
Learn how to use Anchor's zero-copy deserialization feature to handle large account data in Solana programs.