solana/sdk
github-actions[bot] 6e3f9dabc5 Bump version to v2.0.16 2024-12-05 13:17:01 +00:00
..
benches Use reserved account keys list to restrict tx write locks (#541) 2024-04-13 09:37:58 +08:00
bpf Bump platform tools version (#35330) 2024-02-27 17:58:26 -03:00
cargo-build-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-build-sbf Bump version to v2.0.16 2024-12-05 13:17:01 +00:00
cargo-test-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-test-sbf Allow `cargo-test-sbf` accept `--tools-version` (#1359) 2024-05-16 01:27:20 +02:00
docker-solana add ca-certificates to docker image (#1443) 2024-05-21 16:37:08 +08:00
gen-headers Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
macro sdk: Only compile wasm-bindgen when target_arch = "wasm32" (#1658) 2024-06-18 14:54:41 +02:00
package-metadata-macro sdk-macro: Move package_metadata macro to separate crate (#1713) 2024-06-13 13:05:58 +02:00
program v2.0: Scheduler: Improve TTL (backport of #3161) (#3179) 2024-10-17 12:52:12 -05:00
sbf v2.0: Bump platform tools version to v1.42 (backport of #2355) (#2461) 2024-08-08 14:28:53 -03:00
src Feature - disable account loader special case (#3514) 2024-11-07 21:36:42 +01:00
tests fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00
.gitignore Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00
Cargo.toml v2.0: Handle deprecated Instructions sysvar methods (backport of #1959) (#1979) 2024-07-03 10:40:11 -06:00
README.md [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
build.rs
package.json Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00

README.md

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 Stack Exchange