solana-program-library/examples/rust
Jon Cinque 34b57d62fe
docs: Clarify audit status of all programs, no S word (#4046)
2023-02-13 22:05:49 +00:00
..
cross-program-invocation chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
custom-heap chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
logging chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
sysvar chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
transfer-lamports chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
transfer-tokens chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
README.md docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +00: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.

Audit

The repository README contains information about program audits.