solana/sdk/program
Brooks 84d746a8dd
Reorders AccountInfo checks in check_type_assumptions() (#30143)
2023-02-06 17:06:07 -05:00
..
src Reorders AccountInfo checks in check_type_assumptions() (#30143) 2023-02-06 17:06:07 -05: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 cc from 1.0.78 to 1.0.79 (#30080) 2023-02-02 11:30:18 -07:00
README.md
build.rs
package.json fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00

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.

Helloworld and the Solana Program Library provide examples of how to use this crate.

Still have questions? Ask us on Discord