solana-with-rpc-optimizations/sdk
Jon Cinque 923720f529
SDK: Add stdlib.h include to pull in `abort()` (#21700)
2021-12-08 17:00:16 +01:00
..
benches Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
bpf SDK: Add stdlib.h include to pull in `abort()` (#21700) 2021-12-08 17:00:16 +01:00
cargo-build-bpf Bump version to v1.10.0 2021-12-04 20:17:54 +00:00
cargo-test-bpf Bump version to v1.10.0 2021-12-04 20:17:54 +00:00
docker-solana
macro Bump version to v1.10.0 2021-12-04 20:17:54 +00:00
program Avoid entropy sources when constructing a solana_program::message::Message. 2021-12-07 19:19:01 -08:00
src Ensure we have keys to activate these features (#21669) 2021-12-07 18:58:59 +00:00
.gitignore
Cargo.toml chore: bump itertools from 0.10.1 to 0.10.3 (#21643) 2021-12-06 23:23:26 -07:00
README.md
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