solana-with-rpc-optimizations/sdk
Brennan b36d051b51
Update hashes per tick with feature gates (#33600)
* Update hashes per tick with feature gates
2023-10-11 09:58:06 -07:00
..
benches
bpf
cargo-build-bpf chore(bpf): remove unused deps (#33435) 2023-09-28 11:16:16 +00:00
cargo-build-sbf Fix: handle `-- --target-dir` arg in `cargo build-sbf` (#33555) 2023-10-06 13:48:12 -07:00
cargo-test-bpf chore(bpf): remove unused deps (#33435) 2023-09-28 11:16:16 +00:00
cargo-test-sbf
docker-solana
gen-headers
macro
program Update hashes per tick with feature gates (#33600) 2023-10-11 09:58:06 -07:00
sbf
src Update hashes per tick with feature gates (#33600) 2023-10-11 09:58:06 -07: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