Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Dec 23, 2023
1 parent b862872 commit 21a30c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 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>Sat, 23 Dec 2023 00:21:45 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>Sat, 23 Dec 2023 00:35:02 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
16 changes: 3 additions & 13 deletions shortcuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,20 @@
"shortcuts": [
{
"label": "View Website",
"uri": "https://bonkz.io/",
"uri": "https://thefracture.io/",
"icon": "view"
},
{
"label": "View Twitter",
"uri": "https://twitter.com/BonkzNFT_",
"uri": "https://twitter.com/TheFracture_",
"icon": "twitter",
"prefersExternalTarget": true
},
{
"label": "View Instagram",
"uri": "https://www.instagram.com/bonkz___/",
"uri": "https://www.instagram.com/the.fracture_/",
"icon": "instagram",
"prefersExternalTarget": true
},
{
"label": "Shop Merch",
"uri": "https://bonkzclothing.com/",
"icon": "tip"
},
{
"label": "Reveal Bonkz",
"uri": "https://reveal.bonkz.io/",
"icon": "mint"
}
]
}

0 comments on commit 21a30c0

Please sign in to comment.