solana-with-rpc-optimizations/sdk
hana 07e038bceb
clean up delegation errors (#31202)
* Make delegation errors more descriptive

* Fix tests for StakeError::InsufficientDelegation
2023-04-14 15:30:59 -07:00
..
benches
bpf Bump platform-tools version to v1.37 (#31017) 2023-04-01 12:08:03 -04:00
cargo-build-bpf
cargo-build-sbf Eliminate dependency on Open SSL in cargo-build-sbf (#31205) 2023-04-14 13:42:35 -04:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro
program bump arkworks deps to version 0.4.0 (#30536) 2023-04-04 20:16:47 -06:00
sbf Bump platform-tools version to v1.37 (#31017) 2023-04-01 12:08:03 -04:00
src clean up delegation errors (#31202) 2023-04-14 15:30:59 -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