* Processors to compile and send LoaderV4 CLI commands * suppress unused code warning * clippy fixes * redeploy program using source buffer * unify deploy and redeploy to a single function * clippy fixes * fixes after testing the CLI frontend |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
package.json |
README.md
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