solana-with-rpc-optimizations/sdk/program
Jon C 3646291dc6
sdk: Do not derive AbiEnum on InstructionError for Solana builds (#35038)
2024-02-02 00:00:31 +01:00
..
src sdk: Do not derive AbiEnum on InstructionError for Solana builds (#35038) 2024-02-02 00:00:31 +01:00
tests
.gitignore
Cargo.toml solana-program: VoteState::deserialize() (#34829) 2024-01-25 08:51:41 -08: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 Program

Use the Solana Program Crate to write on-chain programs in Rust. If writing client-side applications, use the Solana SDK Crate instead.

More information about Solana is available in the Solana documentation.

Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Stack Exchange