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

Commit

Permalink
add a readme for pda
Browse files Browse the repository at this point in the history
  • Loading branch information
URANI committed Mar 27, 2024
1 parent 2112535 commit 9e6fa3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

* **[Demo 1: Hello World](demos/01_hello_world)**
* **[Demo 2. Anchor and CPI](demos/02_anchor_cpi)**
* **[Demo 3. Program Derived Addresses](demos/03_pda)**
* **[Demo 3. Program Derived Addresses](demos/03_anchor_pda)**


<br>
Expand Down
18 changes: 18 additions & 0 deletions demos/03_anchor_pda/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 🛹 Demo 3: A Simple PDA Example on Anchor

<br>


* Build with:

```
anchor build
```

<br>

* And then run tests with:

```
anchor test
```

0 comments on commit 9e6fa3c

Please sign in to comment.