solana/sdk
godmodegalactus e9b81c8e56 collect all mango rpc optimizations in single commit 2024-12-05 11:11:29 +08: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 Update version to v1.18.1 (#34985) 2024-12-05 10:46:58 +08: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 v1.18: sdk: Rederive Copy on Rent and EpochSchedule (#1744) 2024-12-05 11:09:09 +08:00
package-metadata-macro sdk-macro: Move package_metadata macro to separate crate (#1713) 2024-06-13 13:05:58 +02:00
program collect all mango rpc optimizations in single commit 2024-12-05 11:11:29 +08:00
sbf v2.0: Bump platform tools version to v1.42 (backport of #2355) (#2461) 2024-08-08 14:28:53 -03:00
src collect all mango rpc optimizations in single commit 2024-12-05 11:11:29 +08:00
tests
.gitignore
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

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