solana-program-library/examples/rust/README.md

12 lines
330 B
Markdown
Raw Normal View History

2020-11-11 01:27:12 -08:00
2020-11-11 08:06:36 -08:00
# Program examples written in Rust
2020-11-11 01:27:12 -08:00
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](../../README.md) gives instructions on how to build and test
2020-11-11 08:06:36 -08:00
these examples.