Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Feb 3, 2024
1 parent e4e2810 commit 1fc2f75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examplemetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "Test Token",
"symbol": "TEST",
"image": "https://brianfriel.xyz/phantomdev.gif",
"description": "Just a test!"
"description": "Just a test!",
"external_url": "https://brianfriel.xyz"
}
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>Fri, 02 Feb 2024 23:02:06 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, 03 Feb 2024 00:36:08 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
5 changes: 4 additions & 1 deletion shortcuts.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"version": 1,
"version": 2,
"shortcuts": [
{
"label": "View Leaderboard",
"uri": "https://two.solanamobile.com/leaderboard",
"type": "fungible",
"icon": "leaderboard"
},
{
"label": "Preorder Now",
"uri": "https://two.solanamobile.com/preorder",
"type": "fungible",
"icon": "tip"
},
{
"label": "Join Discord",
"uri": "https://discord.com/invite/solanamobile",
"type": "fungible",
"icon": "discord",
"prefersExternalTarget": true
}
Expand Down

0 comments on commit 1fc2f75

Please sign in to comment.