solana/sdk
Pankaj Garg a3399d0164
Add loader-v4 instruction constructors (#33151)
* Add loader-v4 instruction constructors

* address review comments

* clippy fixes
2023-09-05 18:01:18 -07: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 Add loader-v4 instruction constructors (#33151) 2023-09-05 18:01:18 -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