solana-program-library/examples/rust
Jon Cinque 9c12b50703
Update solana-program to 1.5.11 (#1362)
* Update solana-program to 1.5.11

* Update all programs
2021-03-02 19:19:50 +01:00
..
cross-program-invocation Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
custom-heap Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
logging Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
sysvar Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
transfer-lamports Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +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.