solana-program-library/examples/rust
Michael Vines 442ff895e9 Remove legacy msg form 2021-12-10 07:41:53 -08:00
..
cross-program-invocation Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -07:00
custom-heap Revert "Revert once SPL updates to Solana 1.8.1" 2021-10-20 22:52:19 -07:00
logging Remove legacy msg form 2021-12-10 07:41:53 -08:00
sysvar Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -07:00
transfer-lamports Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -07: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.