solana-with-rpc-optimizations/sdk
Brooks b3d5c0d94d
Replace the feature ID for stake_raise_minimum_delegation_to_1_sol (#31463)
2023-05-03 13:51:15 -04:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf Eliminate dependency on Open SSL in cargo-build-sbf (#31205) 2023-04-14 13:42:35 -04:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro Bump syn from 1.0.109 to 2.0.5 (#31263) 2023-04-24 22:18:51 -07:00
program Add new CreateVoteAccount instruction-set builders (#31330) 2023-04-27 11:14:39 -06:00
sbf
src Replace the feature ID for stake_raise_minimum_delegation_to_1_sol (#31463) 2023-05-03 13:51:15 -04: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