solana-with-rpc-optimizations/sdk
HaoranYi 141048ee74
update comments for is_builtin (#35258)
Co-authored-by: HaoranYi <haoran.yi@solana.com>
2024-02-20 16:45:38 -06:00
..
benches Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
bpf Bump platform-tools to v1.39 (#33804) 2023-10-21 16:22:16 -04:00
cargo-build-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-build-sbf Update version to 1.19.0 (#35168) 2024-02-19 15:43:58 -05:00
cargo-test-bpf clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
cargo-test-sbf Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
docker-solana ci: merge docker images (#35078) 2024-02-07 15:17:33 +08:00
gen-headers Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
macro Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
program replay: reload tower if set-identity during startup (#35173) 2024-02-20 09:30:46 -08:00
sbf Bump platform-tools to v1.39 (#33804) 2023-10-21 16:22:16 -04:00
src update comments for is_builtin (#35258) 2024-02-20 16:45:38 -06:00
tests
.gitignore
Cargo.toml Move EpochRewardsHasher to solana-sdk (#34934) 2024-01-24 16:25:01 -07:00
README.md [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
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