-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Phantom Deeplinks Tutorial | ||
|
||
A simple mobile app to write movie reviews on the Solana blockchain - powered by Phantom deeplinks. This app should be referenced in tandem with our walkthrough: The Complete Guide to Phantom Deeplinks. | ||
|
||
## What we're building | ||
|
||
https://user-images.githubusercontent.com/15083324/184767148-6e34daba-d8c3-4afe-a6b3-bec5bf6aa459.mp4 | ||
|
||
## Instructions | ||
|
||
1. Download this repository's starter repo | ||
``` | ||
git clone -b starter https://github.com/phantom-labs/deep-links-movie-tutorial.git | ||
``` | ||
2. Install dependencies | ||
``` | ||
yarn | ||
``` | ||
3. Fire up the app | ||
``` | ||
yarn start | ||
``` | ||
4. Scan the QR code present on your terminal with a physical phone. Make sure to [install the Phantom mobile app](https://phantom.app/download)! | ||
|
||
|
||
## Acknowledgements | ||
|
||
Many thanks to the creators of the [Solana Course](https://github.com/Unboxed-Software/solana-course), whose on-chain program is used throughout this app. |