solana-with-rpc-optimizations/sdk/program
Alexander Meißner ef16b5e27d
Refactor - Loader-v4 grows accounts with "truncate" not "write" (#33054)
* Moves initialization and growth of program accounts
from "write" to "truncate" instruction in loader-v4.

* Removes the parameter payer account from the truncate instruction.
2023-08-31 00:44:58 +02:00
..
src Refactor - Loader-v4 grows accounts with "truncate" not "write" (#33054) 2023-08-31 00:44:58 +02:00
tests
.gitignore
Cargo.toml feat(sbf): Add Poseidon syscall (#32680) 2023-08-30 09:43:31 -07:00
README.md
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