Bumps [solana-program](https://github.com/solana-labs/solana) from 1.4.9 to 1.4.13. - [Release notes](https://github.com/solana-labs/solana/releases) - [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md) - [Commits](https://github.com/solana-labs/solana/compare/v1.4.9...v1.4.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
cross-program-invocation | ||
custom-heap | ||
logging | ||
sysvar | ||
transfer-lamports | ||
README.md |
README.md
Program examples written in Rust
The examples in this directory demonstrate various Solana program mechanisms. They are for code reference only and are not end-to-end examples that interact with a live cluster.
Build and Test
The root README gives instructions on how to build and test these examples.