From e28336e88cb9fbfec36b436d864de08298c63f7c Mon Sep 17 00:00:00 2001 From: Brian Friel Date: Wed, 29 Nov 2023 14:49:10 -0800 Subject: [PATCH] Updates --- rss.xml | 2 +- shortcuts.json | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/rss.xml b/rss.xml index ea951ea..38686fc 100644 --- a/rss.xml +++ b/rss.xml @@ -1,4 +1,4 @@ -<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSWed, 29 Nov 2023 22:23:52 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> +<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSWed, 29 Nov 2023 22:49:07 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> <h2>Introduction</h2> <p>Solana’s fast and cheap transactions make it the perfect testing ground for novel mobile applications. Until recently, however, there was no way for native mobile applications to interact with existing Solana wallets. In order to connect to users, Solana dapps had to be web-based. In a mobile context, these web dapps were most often viewed within a wallet’s in-app browser.</p> <p>All of this changed in Phantom <code class="language-text">v22.04.01</code> with the release of Phantom <strong>deeplinks</strong>. With deeplinks, iOS and Android apps can now interact directly with the Phantom mobile app to connect, sign, and send transactions. In this tutorial, we’ll walk through how you can integrate Phantom deeplinks into your Solana dapp.</p> diff --git a/shortcuts.json b/shortcuts.json index 4ad3788..aa4de92 100644 --- a/shortcuts.json +++ b/shortcuts.json @@ -1,22 +1,11 @@ { "version": 1, "shortcuts": [ - { - "label": "Join The Nifty", - "uri": "https://www.thenifty.com/", - "icon": "stake-2" - }, { "label": "Join The Bodega", "uri": "http://discord.gg/TheNifty", "icon": "discord", "prefersExternalTarget": true - }, - { - "label": "View Twitter", - "uri": "https://twitter.com/BoDoggosNFT", - "icon": "twitter", - "prefersExternalTarget": true } ] }