solana-with-rpc-optimizations/sdk
Proph3t ab8d3066a5
Improve poh.rs readability (#30298)
* chore: factor out variable hashes per tick to a constant

* chore: add units to `elapsed` in `compute_hashes_per_tick`
2023-04-03 12:12:41 -07:00
..
benches
bpf Bump platform-tools version to v1.37 (#31017) 2023-04-01 12:08:03 -04:00
cargo-build-bpf Fix cargo-build-bpf removing a wrong command line option (#30848) 2023-03-22 09:37:33 -07:00
cargo-build-sbf Bump platform-tools version to v1.37 (#31017) 2023-04-01 12:08:03 -04:00
cargo-test-bpf
cargo-test-sbf [cargo-test-sbf] Rename sbf-tools to platform-tools and use sbfv1 (#30927) 2023-03-28 20:30:14 +09:00
docker-solana
gen-headers
macro
program Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
sbf Bump platform-tools version to v1.37 (#31017) 2023-04-01 12:08:03 -04:00
src Improve poh.rs readability (#30298) 2023-04-03 12:12:41 -07:00
tests
.gitignore
Cargo.toml
README.md Update discord invite links (#30909) 2023-03-29 09:14:22 -07: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