17 releases (3 stable)

1.16.0 Feb 21, 2023
1.16.0-alpha.11 May 30, 2023
1.16.0-alpha.10 Mar 24, 2023
1.16.0-alpha.5 Feb 27, 2023
1.15.0 Jan 7, 2023

#38 in #signer

Download history 129/week @ 2023-12-13 142/week @ 2023-12-20 76/week @ 2023-12-27 87/week @ 2024-01-03 125/week @ 2024-01-10 91/week @ 2024-01-17 90/week @ 2024-01-24 81/week @ 2024-01-31 103/week @ 2024-02-07 131/week @ 2024-02-14 77/week @ 2024-02-21 124/week @ 2024-02-28 144/week @ 2024-03-06 131/week @ 2024-03-13 181/week @ 2024-03-20 219/week @ 2024-03-27

676 downloads per month
Used in 65 crates (64 directly)

Apache-2.0

1.5MB
27K SLoC

Solana

Solana SDK

Use the Solana SDK Crate to write client side applications in Rust. If writing on-chain programs, use the Solana Program Crate instead.

More information about Solana is available in the Solana documentation.

The Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Discord


lib.rs:

The Solana host and client SDK.

This is the base library for all off-chain programs that interact with Solana or otherwise operate on Solana data structures. On-chain programs instead use the solana-program crate, the modules of which are re-exported by this crate, like the relationship between the Rust core and std crates. As much of the functionality of this crate is provided by solana-program, see that crate's documentation for an overview.

Many of the modules in this crate are primarily of use to the Solana runtime itself. Additional crates provide capabilities built on solana-sdk, and many programs will need to link to those crates as well, particularly for clients communicating with Solana nodes over RPC.

Such crates include:

Dependencies

~14–25MB
~389K SLoC