solana-with-rpc-optimizations/sdk
Brooks 20d33a5274
Removes unnecessary #[allow(dead_code)] in stake flags (#34322)
2023-12-05 16:12:22 +00:00
..
benches
bpf
cargo-build-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-build-sbf Use BankForks on tests - Part 3 (#34248) 2023-12-01 13:47:22 -03:00
cargo-test-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-test-sbf
docker-solana
gen-headers
macro Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
program Removes unnecessary #[allow(dead_code)] in stake flags (#34322) 2023-12-05 16:12:22 +00:00
sbf
src fix merge error (#34195) 2023-11-21 17:29:54 +00:00
tests
.gitignore
Cargo.toml
README.md
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