From d0f1fc712c7a8d7341bbb11d2a0b2847577aab21 Mon Sep 17 00:00:00 2001 From: Brian Friel Date: Mon, 15 Aug 2022 18:09:31 -0700 Subject: [PATCH] feat: add readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a86421c --- /dev/null +++ b/README.md @@ -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.