<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hauwa Ibrahim</title>
    <description>The latest articles on DEV Community by Hauwa Ibrahim (@hxrh).</description>
    <link>https://dev.to/hxrh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3886574%2Fb998001c-cc79-4ff3-b378-b4515103828e.png</url>
      <title>DEV Community: Hauwa Ibrahim</title>
      <link>https://dev.to/hxrh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hxrh"/>
    <language>en</language>
    <item>
      <title>An Overview of Wallets on the Solana Network and Their Use Cases</title>
      <dc:creator>Hauwa Ibrahim</dc:creator>
      <pubDate>Mon, 27 Apr 2026 21:46:23 +0000</pubDate>
      <link>https://dev.to/hxrh/an-overview-of-wallets-on-the-solana-network-and-their-use-cases-22kl</link>
      <guid>https://dev.to/hxrh/an-overview-of-wallets-on-the-solana-network-and-their-use-cases-22kl</guid>
      <description>&lt;p&gt;Day 5 of #100daysofsolana&lt;/p&gt;

&lt;p&gt;Wallet are a means of authenticating an identity on blockchain apart from their other use of storing funds in them. It can be comparable to a google account which we use to sign in/up on different platforms on the internet&lt;/p&gt;

&lt;p&gt;Over the past days I learnt about solana wallets and some of their types which includes - CLI wallets, Wallet extensions, mobile wallet.&lt;/p&gt;

&lt;p&gt;CLI wallet: This is a wallet created on a computer terminal . &lt;br&gt;
When is it used?&lt;br&gt;
 This is usually used in development  i.e when writing script and testing a program&lt;br&gt;
 It has a shortfall, the private key is stored in a file on a computer which can be read by anyone who has access to the computer. Real money can't be stored in it.&lt;/p&gt;

&lt;p&gt;Browser extension wallet: This encrypt private keys, add password layer to prevent unaauthorized access, approves or disapprove transactions whenever a site requests of it. This is safer than CLI wallet and allows for interaction with decentralised applications(dApps)&lt;/p&gt;

&lt;p&gt;Mobile wallet: This has an additional layer of protection, it supports biometrics authentication(FaceId and fingerprint) alongside password. Real money can be stored on it.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>100daysofsolana</category>
    </item>
  </channel>
</rss>
