solana-program-library/examples/rust
Jack May 813aa33040
Update sysvar example (#1795)
2021-05-25 16:58:36 -07:00
..
cross-program-invocation Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
custom-heap Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
logging Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
sysvar Update sysvar example (#1795) 2021-05-25 16:58:36 -07:00
transfer-lamports Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
README.md Update README.md 2020-11-11 08:06:36 -08:00

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.