Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Nov 30, 2023
1 parent 5c25a72 commit e0f459b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Brian Friel]]></title><description><![CDATA[Brian Friel is a San Francisco-based software engineer]]></description><link>https://brianfriel.xyz</link><generator>GatsbyJS</generator><lastBuildDate>Thu, 30 Nov 2023 00:37:39 GMT</lastBuildDate><item><title><![CDATA[The Complete Guide to Phantom Deeplinks]]></title><description><![CDATA[This article was originally published on phantom.app. Introduction Solana’s fast and cheap transactions make it the perfect testing ground…]]></description><link>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/</link><guid isPermaLink="false">https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/</guid><pubDate>Thu, 25 Aug 2022 01:22:04 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;This article was originally published on &lt;a href=&quot;https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks&quot;&gt;phantom.app&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Brian Friel]]></title><description><![CDATA[Brian Friel is a San Francisco-based software engineer]]></description><link>https://brianfriel.xyz</link><generator>GatsbyJS</generator><lastBuildDate>Thu, 30 Nov 2023 22:18:48 GMT</lastBuildDate><item><title><![CDATA[The Complete Guide to Phantom Deeplinks]]></title><description><![CDATA[This article was originally published on phantom.app. Introduction Solana’s fast and cheap transactions make it the perfect testing ground…]]></description><link>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/</link><guid isPermaLink="false">https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/</guid><pubDate>Thu, 25 Aug 2022 01:22:04 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;This article was originally published on &lt;a href=&quot;https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks&quot;&gt;phantom.app&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;All of this changed in Phantom &lt;code class=&quot;language-text&quot;&gt;v22.04.01&lt;/code&gt; with the release of Phantom &lt;strong&gt;deeplinks&lt;/strong&gt;. 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.&lt;/p&gt;
Expand Down
17 changes: 8 additions & 9 deletions shortcuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
"version": 1,
"shortcuts": [
{
"label": "Join The Nifty",
"uri": "https://www.thenifty.com/",
"label": "Stake",
"uri": "https://photofinish.live/pfp-marketplace/staking",
"icon": "stake-2"
},
{
"label": "Join The Bodega",
"uri": "https://discord.com/invite/TheNifty",
"icon": "discord",
"prefersExternalTarget": true
"label": "Race for Free",
"uri": "https://photofinish.live/free-races",
"icon": "gaming-2"
},
{
"label": "View Twitter",
"uri": "https://twitter.com/BoDoggosNFT",
"icon": "twitter",
"label": "Join Discord",
"uri": "https://discord.com/invite/tVhBawVeb9",
"icon": "discord",
"prefersExternalTarget": true
}
]
Expand Down

0 comments on commit e0f459b

Please sign in to comment.