solana-with-rpc-optimizations/sdk
Andrew Fitzgerald ab2df8a735
bugfix: fill early exit with transaction errors (#325)
2024-04-17 14:25:13 -05: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 cargo metadata to Anza (#635) 2024-04-10 14:29:48 +08:00
cargo-test-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-test-sbf Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
docker-solana [anza migration] ci: fix path (#8) 2024-03-03 12:31:24 +08:00
gen-headers Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
macro Removes redundant imports (#193) 2024-03-12 14:25:59 +08:00
program Deprecate static lists of reserved keys (#833) 2024-04-17 01:15:53 +08:00
sbf Bump platform tools version (#35330) 2024-02-27 17:58:26 -03:00
src bugfix: fill early exit with transaction errors (#325) 2024-04-17 14:25:13 -05:00
tests fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00
.gitignore
Cargo.toml sdk: move assert_matches and solana-logger to dev deps (#801) 2024-04-15 20:24:42 +02: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