<?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: Utkarshini Arora</title>
    <description>The latest articles on DEV Community by Utkarshini Arora (@utkarshiniarora).</description>
    <link>https://dev.to/utkarshiniarora</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%2F3373247%2F0834448d-2d45-460e-a230-fdaa13ef75a9.png</url>
      <title>DEV Community: Utkarshini Arora</title>
      <link>https://dev.to/utkarshiniarora</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/utkarshiniarora"/>
    <language>en</language>
    <item>
      <title>How to build anything on Ethereum -The ultimate guide to EIPs</title>
      <dc:creator>Utkarshini Arora</dc:creator>
      <pubDate>Thu, 07 Aug 2025 08:46:43 +0000</pubDate>
      <link>https://dev.to/utkarshiniarora/how-to-build-anything-on-ethereum-the-ultimate-guide-to-eips-389e</link>
      <guid>https://dev.to/utkarshiniarora/how-to-build-anything-on-ethereum-the-ultimate-guide-to-eips-389e</guid>
      <description>&lt;p&gt;&lt;em&gt;Before jumping into Ethereum and starting coding, one must first understand EIPs. This guide will give you a walkthrough of EIPs and how they shape the Ethereum ecosystem.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/mQiATxj2Jmg"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Table of Contents
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Prerequisite&lt;/li&gt;
&lt;li&gt;What are EIPs?&lt;/li&gt;
&lt;li&gt;Why do we need EIPS?&lt;/li&gt;
&lt;li&gt;Types of EIP&lt;/li&gt;
&lt;li&gt;Considerations&lt;/li&gt;
&lt;li&gt;Summary&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ethereum development thrives on EIPs, which are an integral part of its adaptability and growth. In this guide, we will cover EVERYTHING about EIPs so that you understand them and use them to your benefit at will in your journey of exploring Ethereum.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Prerequisite
&lt;/h3&gt;

&lt;p&gt;This is the introductory blog to EIP. Some familiarity with terms like “Ethereum” and “blockchain” will be enough.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What are EIPs?
&lt;/h3&gt;

&lt;p&gt;The Web3 and blockchain ecosystem is mostly open source, and all major chains often implement methods by which the community can submit suggestions for changes in methodologies and standards.&lt;/p&gt;

&lt;p&gt;These are known as Improvement Proposals, and in the &lt;a href="https://ethereum.org/en/" rel="noopener noreferrer"&gt;&lt;strong&gt;Ethereum&lt;/strong&gt;&lt;/a&gt; ecosystem, they are &lt;strong&gt;Ethereum Improvement Proposals (EIPs)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In &lt;a href="https://bitcoin.org/en/" rel="noopener noreferrer"&gt;&lt;strong&gt;Bitcoin&lt;/strong&gt;&lt;/a&gt;, it is called &lt;strong&gt;BIPS&lt;/strong&gt;, in &lt;a href="https://solana.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;Solana&lt;/strong&gt;&lt;/a&gt;, it is called &lt;strong&gt;SIMDs,&lt;/strong&gt; which we will not jump into in this blog but you can explore &lt;a href="https://www.youtube.com/@utkarshiniarora" rel="noopener noreferrer"&gt;my channel&lt;/a&gt; to know more.&lt;/p&gt;

&lt;p&gt;All EIPS are a design doc that provides information to the ETH community about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Feature&lt;/strong&gt;: Its technical specification&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rationale&lt;/strong&gt;: Why is this improvement needed or what is the motivation behind this proposal&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Process&lt;/strong&gt;: How is it implemented&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If EIPs get enough traction, they will generate a Request for Comments. In Ethereum, these are known as &lt;strong&gt;Ethereum Request for Comments&lt;/strong&gt; (&lt;strong&gt;ERCs&lt;/strong&gt;).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;📒 Note&lt;/p&gt;

&lt;p&gt;All EIPs are numbered chronologically! ERC20 is the 20th request for comments that was created.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To track the progress of any New Improvement Proposals and Requests for Comments, you can check out websites such as &lt;a href="http://eips.ethereum.org/" rel="noopener noreferrer"&gt;eips.ethereum.org&lt;/a&gt; and &lt;a href="https://github.com/ethereum/EIPs/" rel="noopener noreferrer"&gt;this repo.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjq4rzb8d9uds6hooso5q.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why do we need EIPs?
&lt;/h3&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1948292214154801499-193" src="https://platform.twitter.com/embed/Tweet.html?id=1948292214154801499"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1948292214154801499-193');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1948292214154801499&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Blockchain systems like Ethereum thrive on decentralized, immutable and community-driven innovation.&lt;/p&gt;

&lt;p&gt;Decentralized means that anybody can be a part of this network without a governing entity.&lt;/p&gt;

&lt;p&gt;Immutable means that once anything is deployed on the Ethereum blockchain, it cannot be changed ever.&lt;/p&gt;

&lt;p&gt;Community drives innovation by contributing to this decentralized network and keeps bringing further development to the Ethereum ecosystem. EIPs make sure that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enable transparent collaboration&lt;/li&gt;
&lt;li&gt;Ensure compatibility across applications&lt;/li&gt;
&lt;li&gt;Provide a roadmap for future enhancements&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;💡&lt;/p&gt;

&lt;p&gt;How does Ethereum manage to streamline this process while preserving its integrity and security?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let’s dig deeper.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of EIP
&lt;/h3&gt;

&lt;p&gt;The development of Ethereum happens on many different levels. All EIPs are categorised based on which level the upcoming feature or change will take place. They are separated into a number of types, and each has its own list of EIPs.&lt;/p&gt;

&lt;p&gt;There are three broad categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Standard track EIP&lt;/li&gt;
&lt;li&gt;Meta EIP&lt;/li&gt;
&lt;li&gt;Informational EIP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fee21ypvxnh3f9leecvh1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fee21ypvxnh3f9leecvh1.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;EIP&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standard Track EIP (ST-EIP):&lt;/strong&gt; This refers to any modifications that affect a change in a network protocol, any existing proposed standards, or anything that affects the interoperability of applications using Ethereum. This is further divided into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Core&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Interface&lt;/li&gt;
&lt;li&gt;ERC&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let’s go through them one by one.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2ndftthmuu6dnewddg1s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2ndftthmuu6dnewddg1s.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Types of EIP&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This contains all improvements that require a consensus fork, for eg:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EIP 225: Introduces Proof of Authority algorithm for testnets&lt;/li&gt;
&lt;li&gt;EIP 3675: Introduced the much awaited upgrade from Proof of Work to Proof of Stake consensus mechanism&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Networking&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Includes improvements around network protocols like whisper and swarm, and devp2p&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ERP 627: Specifies the format of whisper messages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Interface&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Any improvements around client API/RPC specifications and standards, language-level standards and contract ABIs&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EIP 6: Renaming the &lt;strong&gt;“SUICIDE”&lt;/strong&gt; opcode to &lt;strong&gt;“SELFDESTRUCT”&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;EIP 1193: Introduced Provider JavaScript API for dApps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;ERC&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This defines the application-level standards including contracts like token standards, URI schemes, library formats, and account abstraction.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ERC 20: Token standards&lt;/li&gt;
&lt;li&gt;ERC 721: NFT standards&lt;/li&gt;
&lt;li&gt;ERC 1155: Multi Token Standard&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Meta EIP&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Also called Process EIP, defines the guidelines, procedures or decision-making processes involved in Ethereum development. They may propose an implementation but not to Ethereum codebase, rather to certain processes or events.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EIP 1: Guidelines for EIPs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Informational EIP&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Covers basic guidelines and information for the ETH community. It does not propose a new feature and users are free to ignore this.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EIP 2228: Recommends consistent naming conventions across web3 ecosystems for Ethereum mainnet&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;💡&lt;/p&gt;

&lt;p&gt;How does an EIP become standardized?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let’s find out.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  EIP status terms
&lt;/h3&gt;

&lt;p&gt;All EIPs go through a process which ultimately decides whether the EIP is approved or rejected.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0k39qb3aj2iqsbm2lojk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0k39qb3aj2iqsbm2lojk.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;br&gt;
EIP Status&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Idea&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The inception phase is where concepts are brainstormed. This is a pre-draft. It is not tracked within the EIP Repository but this is where all the magic begins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Draft&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;First formally tracked stage of an EIP in development. This is proposed by the community and awaits approval. An EIP is merged by an EIP Editor into the EIP repository when properly formatted.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EIP 4337: Popular yet still unapproved, in &lt;strong&gt;Draft&lt;/strong&gt; stage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Review&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An EIP Author marks an EIP as ready for review. It is open for peer feedback and refinement.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Last Call&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Final review window for an EIP before moving to &lt;strong&gt;Final&lt;/strong&gt;. An EIP editor will assign &lt;strong&gt;Last Call&lt;/strong&gt; status and set a review end date (&lt;strong&gt;last-call-deadline&lt;/strong&gt;), typically 14 days later. During this period, if any changes are still required, it will revert the EIP to &lt;strong&gt;Review&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Approved and ready for implementation. Changes at this stage are minimal. The EIP represents the final approved standard.&lt;/p&gt;

&lt;p&gt;The PR from last call to final only contains the status update.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- status: Last Call
+ status: Final
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The PR would look something like the above. Some examples are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ERC 20: The most popular one is a smart contract that also holds tokens&lt;/li&gt;
&lt;li&gt;ERC 1155: Multi Token Standard that lets you transfer many different types of tokens with one contract&lt;/li&gt;
&lt;li&gt;ERC 2135: Consumable Digital Assets&lt;/li&gt;
&lt;li&gt;ERC 721: One of the most popular standards is Non-Fungible Token Standard ( NFT )

&lt;ul&gt;
&lt;li&gt;ERC 2981: NFT Royalty Standard (NFT rights holder earns royalty when sold )&lt;/li&gt;
&lt;li&gt;ERC 4519: Non-Fungible Tokens Tied to Physical Assets&lt;/li&gt;
&lt;li&gt;ERC 7007: Verifiable AI-Generated Content Token&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;EIP 1193: Provider JavaScript API&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Stagnant&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Any EIP in &lt;strong&gt;Draft, Review&lt;/strong&gt; or &lt;strong&gt;Last Call&lt;/strong&gt; if inactive for a period of 6 months or greater is moved to &lt;strong&gt;Stagnant&lt;/strong&gt;. However, that's not the end of the world. It may be resurrected from this state by the Authors or EIP Editors through moving it back to &lt;strong&gt;Draft&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Withdrawn&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The EIP Author(s) have withdrawn the proposed EIP. This state has finality and can no longer be resurrected using this EIP number. If the idea is pursued at a later date, it is considered a new proposal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Living&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A special status for EIPs that are designed to be continually updated and not reach a state of finality.&lt;/p&gt;

&lt;p&gt;One of the EIPs is in a living status, called EIP 1, it is always updating, never finalized, which we talked about earlier as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Summary
&lt;/h3&gt;

&lt;p&gt;As you know that once anything is deployed on a blockchain, it is immutable, it cannot be changed, ever. However, that doesn’t mean that the development stops.&lt;/p&gt;

&lt;p&gt;Further improvements are made through this extremely organized process of EIPs, which can be used by the community safely as it is audited and reviewed carefully. Ethereum is ever-growing and it is the reason why developers are able to interact with blockchain in a seamless manner, which is easy to understand. To learn more about Ethereum, you can visit this &lt;a href="https://ethereum.org/en/" rel="noopener noreferrer"&gt;website&lt;/a&gt; and follow their &lt;a href="https://github.com/ethereum" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; repo here.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vnrq94jthhlj9u1pk0v.png" alt="How to build anything on Ethereum - Utkarshini Arora"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Bitcoin maxi and blockchain educator, Utkarshini Arora is a chain-agnostic developer working across Web3, DeFi, and full-stack mobile and web development, with a mission to educate 100K+ learners through content and mentorship.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ethereum</category>
      <category>web3</category>
      <category>development</category>
      <category>eip</category>
    </item>
  </channel>
</rss>
