Skip to content

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 6381f71 commit 8d3f9f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@

<br>

* **[1. Hello World](demos/01_hello_world)**
* **[2. Anchor and CPI](demos/03_anchor)**
* **[4. Solidity vs. Solana](demos/04_sol_vs_sol)**
* **[5. Rust, Structs, Custom Derive Macros](demos/05_rust)**
* **[6. Block Variables, Sysvars](demos/06_blocks)**
* **[7. Logs, Events, Transactions](demos/07_logs_events_txs)**
* **[8. Transaction Fees and Compute Units](demos/08_transactions)**
* **[9. Accounts and Storage](demos/09_accounts_and_storage)**
* **[Demo 1: Hello World](demos/01_hello_world)**
* **[Demo 2. Anchor and CPI](demos/02_anchor_cpi)**
* **[Demo 3. Anchor and PDA](demos/03_anchor_pda)**
* **[Demo 4. Solidity vs. Solana](demos/04_sol_vs_sol)**
* **[Demo 5. Rust, Structs, Custom Derive Macros](demos/05_rust)**
* **[Demo 6. Block Variables, Sysvars](demos/06_blocks)**
* **[Demo 7. Logs, Events, Transactions](demos/07_logs_events_txs)**
* **[Demo 8. Transaction Fees and Compute Units](demos/08_transactions)**
* **[Demo 9. Accounts and Storage](demos/09_accounts_and_storage)**


<br>
Expand Down
11 changes: 10 additions & 1 deletion chapters/03_anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,16 @@ anchor init <workspace-name>

<br>

* Learn how cross-program-instructions work on Anchor through our [demo 2](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/02_anchor_cpi).
#### 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>

#### PDA

* Learn how program-derived-addresses work on Anchor through [demo 3](https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/03_anchor_pda).


<br>
Expand Down
2 changes: 1 addition & 1 deletion chapters/07_additional_resources.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🛹 Additional Reso
# 🛹 Additional Resources

<br>

Expand Down

0 comments on commit 8d3f9f3

Please sign in to comment.