You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We highly recommend [creating your own github repository](https://github.com/new) and building along with the video. This will help you learn the most and give you a reference to look back on later.
21
+
22
+
If you want to check the final result of the project, you can clone this repository and run the following commands:
Copy file name to clipboardExpand all lines: project-2-voting/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
-
# Project 2: Votiing Application
1
+
# Project 2: Voting Application
2
2
3
3
The Voting Application is a program that allows people to vote between multiple options and have the results automatically tallied. Votes will count up on each vote cast and the results will be saved to an account on the Solana network.
We highly recommend [creating your own github repository](https://github.com/new) and building along with the video. This will help you learn the most and give you a reference to look back on later.
13
+
14
+
If you want to check the final result of the project, you can clone this repository and run the following commands:
[Blinks and Actions]() bring the blockchain to any website that can handle a hyperlink. Throughout this project, we will learn how to integrate Blinks into a website and use them to interact with a Solana smart contract.
We highly recommend creating your own github repository and building along with the video. This will help you learn the most and give you a reference to look back on later.
13
+
14
+
If you want to check the final result of the project, you can clone this repository and run the following commands:
15
+
16
+
```
17
+
npm i
18
+
cd anchor
19
+
anchor build
20
+
anchor test
21
+
cd ..
22
+
npm run dev
23
+
```
24
+
25
+
You should be able to view the project at [http://localhost:3000](http://localhost:3000) and interact with the blinks at [dial.to](https://dial.to/?action=solana-action:http://localhost:3000/api/vote)
0 commit comments