solana-program-library/examples/rust
Jon Cinque f97a3dc7cf
clippy: Deny integer arithmetic, add allows where needed (#3606)
2022-09-15 13:16:53 +02:00
..
cross-program-invocation clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
custom-heap Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
logging Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
sysvar Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
transfer-lamports clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
README.md ci: Split out test-bpf into separate workflows for each program (#1893) 2021-06-11 22:35:00 +02: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.