Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
add program examples repo to docs (#33898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe C authored Oct 27, 2023
1 parent 1814b2b commit 24a4670
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/developing/on-chain-programs/developing-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,10 @@ $ cargo build-bpf --dump
## Examples

The [Solana Program Library
github](https://github.com/solana-labs/solana-program-library/tree/master/examples/rust)
GitHub](https://github.com/solana-labs/solana-program-library/tree/master/examples/rust)
repo contains a collection of Rust examples.

The [Solana Developers
Program Examples GitHub](https://github.com/solana-developers/program-examples)
repo also contains a collection of beginner to intermediate Rust program
examples.

0 comments on commit 24a4670

Please sign in to comment.