<?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: Ashutosh </title>
    <description>The latest articles on DEV Community by Ashutosh  (@vaarig).</description>
    <link>https://dev.to/vaarig</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4096511%2F6c22ef81-918b-4962-971c-7de51aabb5ac.png</url>
      <title>DEV Community: Ashutosh </title>
      <link>https://dev.to/vaarig</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vaarig"/>
    <language>en</language>
    <item>
      <title>I used Nonces for the First time and it Worked</title>
      <dc:creator>Ashutosh </dc:creator>
      <pubDate>Sat, 29 Aug 2026 17:25:18 +0000</pubDate>
      <link>https://dev.to/vaarig/i-used-nonces-for-the-first-time-and-it-worked-2ej4</link>
      <guid>https://dev.to/vaarig/i-used-nonces-for-the-first-time-and-it-worked-2ej4</guid>
      <description>&lt;p&gt;I built a wallet based login.&lt;/p&gt;

&lt;p&gt;Signature verification was working, but then I thought the same signature can be reused anytime.&lt;/p&gt;

&lt;p&gt;Read some docs and got to know about &lt;strong&gt;Nonces&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Implemented it in my code and got it working right.&lt;/p&gt;

&lt;p&gt;Now, the user auth flow is much more secure against replay attacks.&lt;/p&gt;

&lt;p&gt;I have written down what I learned here, check it out -&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@ashutosh122002/nonce-explained-72c26e92b7ce" rel="noopener noreferrer"&gt;https://medium.com/@ashutosh122002/nonce-explained-72c26e92b7ce&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>authentication</category>
      <category>javascript</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>I Built a DeFi Wallet Dashboard -</title>
      <dc:creator>Ashutosh </dc:creator>
      <pubDate>Fri, 28 Aug 2026 11:40:06 +0000</pubDate>
      <link>https://dev.to/vaarig/i-built-a-defi-wallet-dashboard--2jdk</link>
      <guid>https://dev.to/vaarig/i-built-a-defi-wallet-dashboard--2jdk</guid>
      <description>&lt;p&gt;I just built a DeFi wallet dashboard.&lt;/p&gt;

&lt;p&gt;It shows a wallet’s ETH balance and current ETH price.&lt;/p&gt;

&lt;p&gt;During the time I was building it and dissecting through the topics, I understood that we only need to build a backend layer between the request and the response.&lt;/p&gt;

&lt;p&gt;And that backend needs to connect three things together in order to complete the whole flow -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The backend (what we are building)&lt;/li&gt;
&lt;li&gt;Connection to Ethereum blockchain (to check the user’s Eth balance)&lt;/li&gt;
&lt;li&gt;Connection to CoinGecko (to fetch the current ETH price)-&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I wrote the complete breakdown here, check it out - &lt;br&gt;
&lt;a href="https://medium.com/@ashutosh122002/i-built-a-defi-wallet-dashboard-332aab245f68" rel="noopener noreferrer"&gt;https://medium.com/@ashutosh122002/i-built-a-defi-wallet-dashboard-332aab245f68&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>erc20</category>
      <category>javascript</category>
      <category>web3</category>
    </item>
  </channel>
</rss>
