Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add link for pda
Browse files Browse the repository at this point in the history
  • Loading branch information
URANI committed Mar 27, 2024
1 parent 8d3f9f3 commit 55131ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/03_anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ anchor init <workspace-name>

#### CPI

* Learn how cross-program-instructions work on Anchor through [demo 2](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/02_anchor_cpi).
* Learn how cross-program instructions work on Anchor through [demo 2](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/02_anchor_cpi).


<br>
Expand Down
9 changes: 9 additions & 0 deletions demos/02_anchor_cpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,12 @@ impl<'info> PullStrings<'info> {
}
```

<br>

---

### References

<br>

* [Cross-program instructions, by Anchor](https://www.anchor-lang.com/docs/cross-program-invocations)

0 comments on commit 55131ad

Please sign in to comment.