solana/sdk
dependabot[bot] 5520d0bf7b
Bump cc from 1.0.78 to 1.0.79 (#30080)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2023-02-02 11:30:18 -07:00
..
benches AccountSharedData: optimize set_data_from_slice 2022-09-23 11:31:33 +01:00
bpf Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
cargo-build-bpf Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
cargo-build-sbf Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
cargo-test-bpf Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
cargo-test-sbf Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
docker-solana
gen-headers Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
macro Bump rustversion from 1.0.9 to 1.0.11 (#30079) 2023-02-02 11:25:29 -07:00
program Bump cc from 1.0.78 to 1.0.79 (#30080) 2023-02-02 11:30:18 -07:00
sbf Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
src remove congestion multiplier from transaction fee calculation (#29828) 2023-02-01 16:26:50 -06:00
tests fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00
.gitignore Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00
Cargo.toml Bump rustversion from 1.0.9 to 1.0.11 (#30079) 2023-02-02 11:25:29 -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