<?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: Tanya Prajapati</title>
    <description>The latest articles on DEV Community by Tanya Prajapati (@anya_e3c2d964a).</description>
    <link>https://dev.to/anya_e3c2d964a</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%2F3960529%2Ffeb81181-68d5-44e2-9d47-9897429af4a5.png</url>
      <title>DEV Community: Tanya Prajapati</title>
      <link>https://dev.to/anya_e3c2d964a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anya_e3c2d964a"/>
    <language>en</language>
    <item>
      <title>20 days into Solana and transactions finally make sense.</title>
      <dc:creator>Tanya Prajapati</dc:creator>
      <pubDate>Mon, 15 Jun 2026 20:08:21 +0000</pubDate>
      <link>https://dev.to/anya_e3c2d964a/20-days-into-solana-and-transactions-finally-make-sense-pk4</link>
      <guid>https://dev.to/anya_e3c2d964a/20-days-into-solana-and-transactions-finally-make-sense-pk4</guid>
      <description>&lt;p&gt;This is the summary of everything I have learned about transaction in Solana-&lt;/p&gt;

&lt;p&gt;Transaction are not just messages or amount send. Transaction contains metadata,instructions, accounts and  programs.&lt;/p&gt;

&lt;p&gt;When a transaction is processed, a signature key is generated which is used to check details of the transaction in the solana explorer. &lt;/p&gt;

&lt;p&gt;There are more than one account used in the transaction where the program account (owner account) is one of those accounts.&lt;/p&gt;

&lt;p&gt;Signature key works like the confirmation that a transaction is processed but it does not control the success or failure of the transaction. However using the generated signature key, the transaction details can easliy be viewed on Solana Explorer. &lt;/p&gt;

&lt;p&gt;The flow of a transaction in Solana is similar to the transaction in Stripe or Paypal (websites used for payments).&lt;/p&gt;

&lt;p&gt;In Solana, the transaction does not waits in the mempool like in EVM blockchain &lt;br&gt;
The transaction is broadcasted to the entire node using an RPC url when it is created. This transaction is then validated by the validators present in the network. Validators get paid when they validate a trnasaction, this is the reason why transaction fee is taken whenever their is any transaction. &lt;/p&gt;

</description>
      <category>web3</category>
      <category>100daysofsolana</category>
      <category>blockchain</category>
      <category>developer</category>
    </item>
    <item>
      <title>Day-13 of learning Solana</title>
      <dc:creator>Tanya Prajapati</dc:creator>
      <pubDate>Sun, 07 Jun 2026 15:27:43 +0000</pubDate>
      <link>https://dev.to/anya_e3c2d964a/day-13-of-learning-solana-1oe</link>
      <guid>https://dev.to/anya_e3c2d964a/day-13-of-learning-solana-1oe</guid>
      <description>&lt;p&gt;So far, I have understood about -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The use of account and types of accounts used in Solana .&lt;/li&gt;
&lt;li&gt;Difference in devnet, mainnet and testnet&lt;/li&gt;
&lt;li&gt;How one can see details of any account present in Solana&lt;/li&gt;
&lt;li&gt;What SOL and Lamports are.&lt;/li&gt;
&lt;li&gt;About to read on-chain data in Solana &lt;/li&gt;
&lt;li&gt;How account in Solana works similar to database in web2&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Questions I have now -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What does on-chain data even mean and where does it live?&lt;/li&gt;
&lt;li&gt;How much data at one transaction can be stored?&lt;/li&gt;
&lt;li&gt;What is the logic behind transactions.&lt;/li&gt;
&lt;li&gt;Why Proof of history is used as  the consensus mechanism and why?&lt;/li&gt;
&lt;li&gt;Is rent in Solana lesser as compare to gas fees in Ethereum and Polygon? If yes, then how and why?&lt;/li&gt;
&lt;li&gt;How does the physical layer in Solana look like ?&lt;/li&gt;
&lt;li&gt;Is the concept of bulk transaction used? If yes then how does it is handled?&lt;/li&gt;
&lt;li&gt;Is the test done in devnet responds different than in testnet?&lt;/li&gt;
&lt;li&gt;Can a wallet from other blockchain be used for transaction in Solana?&lt;/li&gt;
&lt;li&gt;What is the best use case to use Solana?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Taking a day to explore these concepts so that I can answer these question in day 14 .&lt;/p&gt;

</description>
      <category>web3</category>
      <category>solana</category>
      <category>100daysofsolana</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>Identity in Web3</title>
      <dc:creator>Tanya Prajapati</dc:creator>
      <pubDate>Sat, 30 May 2026 22:11:55 +0000</pubDate>
      <link>https://dev.to/anya_e3c2d964a/identity-in-web3-3cmf</link>
      <guid>https://dev.to/anya_e3c2d964a/identity-in-web3-3cmf</guid>
      <description>&lt;p&gt;Unlike in case of Web2 ,Web3 enables self-soverign identity (SSI) model which allows  users to control their digital identity. Users in web3 can decide what information to share and with whom using Cryptography and digital wallets. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Trustless Identity Claims:&lt;br&gt;
In Web3 users use Verifiable Credentials(VCs) which allows them to prove claims with minimal disclosure of the data. These credentials are cryptographically signed by the governments, banks.They are like certificates in Web3.&lt;br&gt;
It is used when the provenance is necessary.&lt;br&gt;
Ex- User can use their VC to proof they are above 18 without revealing exact birthdate.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Zero-Knowledge Proofs (ZKPs) :&lt;br&gt;
In web3 Zero-knowledge proofs are used to prove a claim without revealing the private data.  Mathematical proofs are used to proof users identity without exposing the real data. &lt;br&gt;
It is used when privacy and security of the data is non-negotiable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Decentralized Identifiers(DIDs):&lt;br&gt;
DIDs are globally unique identifiers. They can be used when the developers needs a unique identity which can be used in other platforms for recognition. DIDs are tamperproof.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In web3 , a user's identity does not rely on centralized platforms .&lt;/p&gt;

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