solana-program-library/examples/rust
Jon Cinque 88684d52a2
ci: Update repo to Solana 1.14.12 (#3989)
2023-01-19 21:47:03 +01:00
..
cross-program-invocation ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
custom-heap ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
logging ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
sysvar ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
transfer-lamports ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
transfer-tokens ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01: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.