solana-program-library/examples/rust
Jack May b2535d5b81
Add example readmes (#825)
2020-11-11 09:27:12 +00:00
..
cross-program-invocation Add Rust examples (#815) 2020-11-11 00:01:10 -08:00
custom-heap Add Rust examples (#815) 2020-11-11 00:01:10 -08:00
logging Add Rust examples (#815) 2020-11-11 00:01:10 -08:00
sysvar Add Rust examples (#815) 2020-11-11 00:01:10 -08:00
transfer-lamports Add Rust examples (#815) 2020-11-11 00:01:10 -08:00
README.md Add example readmes (#825) 2020-11-11 09:27:12 +00:00

README.md

Program examples written in C

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.