solana/sdk/program
Sean Young 098585234d Add return data implementation
This consists of:
 - syscalls
 - passing return data from invoked to invoker
 - printing to stable log
 - rust and C SDK changes
2021-09-10 14:25:54 +01:00
..
src Add return data implementation 2021-09-10 14:25:54 +01:00
Cargo.toml Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
README.md Fix link typo in program README (#18916) 2021-07-27 08:54:37 -05:00
Xargo.toml Initial population of solana-program-sdk 2020-10-24 08:37:55 -07:00
build.rs Initial population of solana-program-sdk 2020-10-24 08:37:55 -07: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