Official Helius SDKs for Solana development in Node.js and Rust. Simplify blockchain integration with comprehensive APIs, enhanced transactions, and DAS support.
Add dependency to Cargo.toml
cargo
. Open your project’s Cargo.toml
and add the following line under [dependencies]
:x.y.z
is your desired version.Alternative: Use cargo add command
cargo add helius
to add the dependency directly via the command line. This will automatically find the latest version compatible with your project and add it to your Cargo.toml
.Keep your SDK updated
cargo update
regularly to fetch the latest version of the SDK.401: Unauthorized
429: Too Many Requests
5XX: Internal Server Error
Check error documentation
errors.rs
for a list of all possible errors returned by the Helius
client, if using the Rust SDKReview the documentation
Contact support