solana/sdk
Dmitri Makarov a9d9a5095b Bump bpf-tools to v1.23 2022-02-03 15:50:18 -08:00
..
benches Refactor: move instructions sysvar serialization out of Message (#22544) 2022-01-20 17:33:49 +08:00
bpf Bump bpf-tools to v1.23 2022-02-03 15:50:18 -08:00
cargo-build-bpf Bump bpf-tools to v1.23 2022-02-03 15:50:18 -08:00
cargo-test-bpf Pacify clippy 2022-01-21 19:12:57 -08:00
docker-solana
macro
program Add get_processed_sibling_instruction syscall (#22859) 2022-02-02 16:45:57 -08:00
src Cleanup: TransactionContext (#22910) 2022-02-03 17:19:42 +01:00
tests Add initial wasm bindings for `Instruction`, `SystemProgram` and `Transaction` 2021-12-09 15:53:58 -08:00
.gitignore
Cargo.toml chore: bump serde from 1.0.134 to 1.0.136 (#22817) 2022-01-28 12:20:37 -07:00
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 Discord