Files
solana/sdk
Alexander Meißner f30f3bddbb Refactor: Remove program_id from process_instruction() (#20540)
* Replaces usage of program_id parameter by invoke_context.get_caller()?.

* Removes "pubkey: &Pubkey" parameter from "process_instruction()".
2021-10-10 22:29:18 +02:00
..
2021-10-06 17:57:41 -07:00
2021-10-06 17:57:41 -07:00
2021-10-09 20:35:39 +01:00
2021-10-06 17:57:41 -07:00
2021-10-06 23:00:45 -07:00
2021-10-06 17:57:41 -07:00

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