solana-with-rpc-optimizations/sdk
Yihau Chen 3a91d3cc6a
ci: remove -f from cargo install rustfilt (#33143)
2023-09-06 01:20:42 +08:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf ci: remove -f from cargo install rustfilt (#33143) 2023-09-06 01:20:42 +08:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro
program Fix a typo & phrasing of `bpf_loader_upgadeable` docs (#33141) 2023-09-05 08:05:34 -07:00
sbf
src sdk: put AccountSharedData::set_data() behind feature="dev-context-only-utils" (#33086) 2023-09-01 21:02:14 +07:00
tests
.gitignore
Cargo.toml sdk: put AccountSharedData::set_data() behind feature="dev-context-only-utils" (#33086) 2023-09-01 21:02:14 +07:00
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