solana-with-rpc-optimizations/sdk
Jon Cinque 510458ebc2
program: Explicitly pull in `getrandom` with `custom` feature (#32382)
2023-07-05 23:09:27 +02:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf fix: check if platform-tool/rust/bin/rustc exists (#32350) 2023-06-30 18:28:16 +00:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro
program program: Explicitly pull in `getrandom` with `custom` feature (#32382) 2023-07-05 23:09:27 +02:00
sbf Fix alt_bn128 declarations as expected by gen-headers and regenerate (#32367) 2023-07-03 10:59:28 -07:00
src impl Eq for dyn Signer (#32272) 2023-06-29 08:43:56 -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