solana-with-rpc-optimizations/sdk
Brooks aaf3a91a95
Removes redundant imports (#193)
2024-03-12 14:25:59 +08:00
..
benches Rename `SanitizedMessage::try_from` to `try_from_legacy_message` (#35338) 2024-02-29 08:25:22 +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 Version bump v2.0.0 (#121) 2024-03-11 12:11:22 -06:00
cargo-test-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-test-sbf
docker-solana [anza migration] ci: fix path (#8) 2024-03-03 12:31:24 +08:00
gen-headers
macro Removes redundant imports (#193) 2024-03-12 14:25:59 +08:00
program runtime: Move `From<AddressLookupError>` from sdk (#141) 2024-03-08 11:02:33 +01:00
sbf Bump platform tools version (#35330) 2024-02-27 17:58:26 -03:00
src Update maximum credits awarded per vote from 8 to 16 (#127) 2024-03-07 19:52:22 +00:00
tests
.gitignore
Cargo.toml Move EpochRewardsHasher to solana-sdk (#34934) 2024-01-24 16:25:01 -07: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