Spl Development Tutorials, Guides & Insights
Unlock 1+ expert-curated spl tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your spl skills on DeveloperBreeze.
Adblocker Detected
It looks like you're using an adblocker. Our website relies on ads to keep running. Please consider disabling your adblocker to support us and access the content.
Using Solana's Program Library: Building Applications with Pre-Built Functions
Tutorial August 27, 2024
rust
Next, we'll add dependencies for the SPL programs we intend to use. For example, if we're working with the SPL Token Program, we'll add the spl-token crate.
Open your Cargo.toml file and add the following dependencies: