solana-with-rpc-optimizations/sdk
Ashwin Sekar 228413ca8a
vote: reuse ff to gate tvc constant update from 8 -> 16 (#322)
2024-03-19 22:26:13 +00:00
..
benches
bpf
cargo-build-bpf
cargo-build-sbf Version bump v2.0.0 (#121) 2024-03-11 12:11:22 -06:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro Removes redundant imports (#193) 2024-03-12 14:25:59 +08:00
program vote: reuse ff to gate tvc constant update from 8 -> 16 (#322) 2024-03-19 22:26:13 +00:00
sbf
src vote: deprecate unused legacy vote tx plumbing (#274) 2024-03-15 22:21:52 -07: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