solana-program-library/examples/rust
Maximilian Schneider 80f4414b5f fixes to make test build 2023-03-09 00:20:44 +01:00
..
cross-program-invocation update dependencies 2023-03-09 00:05:21 +01:00
custom-heap fixes to make test build 2023-03-09 00:20:44 +01:00
logging fixes to make test build 2023-03-09 00:20:44 +01:00
sysvar update dependencies 2023-03-09 00:05:21 +01:00
transfer-lamports fixes to make test build 2023-03-09 00:20:44 +01:00
README.md Update README.md 2020-11-11 08:06:36 -08: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.