solana-program-library/examples/rust
Dmitri Makarov 791cc8a776
Use target_os instead of target_arch for Solana conditional compilation (#3148)
2022-05-17 12:25:24 -07:00
..
cross-program-invocation Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -07:00
custom-heap Use target_os instead of target_arch for Solana conditional compilation (#3148) 2022-05-17 12:25:24 -07:00
logging Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -07:00
sysvar Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -07:00
transfer-lamports Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -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.