Skip to content

Commit bbff10e

Browse files
authored
Update README.md
1 parent 02565d4 commit bbff10e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
A beginner-friendly template for building applications (dApps) on Solana using Anchor and Next.js. This template implements a counter program that demonstrates essential Solana development concepts including PDAs (Program Derived Addresses), CPIs (Cross-Program Invocations), and state management.
66

7+
https://github.com/user-attachments/assets/65b181aa-0111-408d-97e6-358f9bbdc6c7
8+
9+
To try the demo, make sure to use a test wallet connected to devnet.
10+
11+
<table>
12+
<tr>
13+
<th align="center">Phantom</th>
14+
<th align="center">Solflare</th>
15+
</tr>
16+
<tr>
17+
<td align="center">
18+
<video src="https://github.com/user-attachments/assets/a5897696-5cdc-4e91-9c74-1ea4a624c59e" alt="Phantom" />
19+
</td>
20+
<td align="center">
21+
<video src="https://github.com/user-attachments/assets/4b44b357-bc9f-410a-a024-f2cb6d4c2aee" alt="Solflare" />
22+
</td>
23+
</tr>
24+
</table>
25+
726
This template is for educational purposes and set up for devnet use only.
827

928
## 🎓 Educational Purpose

0 commit comments

Comments
 (0)