solana-program-library/examples/rust
Tyera Eulberg 83c3ffad25
Bump solana crates to v1.9.5 (#2780)
* Bump solana crates to v1.9.5

* Update sol_set_return_data type signature and un-ignore test
2022-01-21 22:52:10 -07:00
..
cross-program-invocation Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
custom-heap Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
logging Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
sysvar Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
transfer-lamports Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -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.