solana-with-rpc-optimizations/sdk
Trent Nelson 7ee39fcb0f sdk: ensure `ld` can find criterion when running BPF tests 2021-06-24 22:14:54 -06:00
..
benches Drop write lock on sysvars (#15497) 2021-03-30 10:05:09 -07:00
bpf sdk: ensure `ld` can find criterion when running BPF tests 2021-06-24 22:14:54 -06:00
cargo-build-bpf Bump bpf-tools version to 1.11 (#18079) 2021-06-19 01:00:59 +00:00
cargo-test-bpf chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
docker-solana docker: Expose all ports in Dockerfile, add back localnet.sh (#16401) 2021-04-11 21:13:57 +02:00
macro Bump bs58 from 0.3.1 to 0.4.0 (#17573) 2021-05-28 18:30:34 +00:00
program Add sdk and program READMEs (#18154) 2021-06-23 21:22:35 +00:00
src feat: remove set_upgrade_authority_via_cpi_enabled feature (#17933) 2021-06-22 10:05:33 +01:00
.gitignore
Cargo.toml Add sdk and program READMEs (#18154) 2021-06-23 21:22:35 +00:00
README.md Add sdk and program READMEs (#18154) 2021-06-23 21:22:35 +00:00
Xargo.toml
build.rs

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 Discord