solana/sdk
Justin Starry 3114c199bd
Add RPC support for versioned transactions (#22530)
* Add RPC support for versioned transactions

* fix doc tests

* Add rpc test for versioned txs

* Switch to preflight bank
2022-03-08 15:20:34 +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 version to 1.10.1 (#23453) 2022-03-02 13:47:01 -06:00
cargo-test-bpf Bump version to 1.10.1 (#23453) 2022-03-02 13:47:01 -06:00
docker-solana
macro Bump version to 1.10.1 (#23453) 2022-03-02 13:47:01 -06:00
program Add RPC support for versioned transactions (#22530) 2022-03-08 15:20:34 +08:00
src Add RPC support for versioned transactions (#22530) 2022-03-08 15:20:34 +08:00
tests Add initial wasm bindings for `Instruction`, `SystemProgram` and `Transaction` 2021-12-09 15:53:58 -08:00
.gitignore Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00
Cargo.toml chore: bump anyhow from 1.0.55 to 1.0.56 (#23514) 2022-03-07 16:26:30 -07:00
README.md
build.rs
package.json Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00

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