EIPs

The Ethereum Improvement Proposal repository (by ethereum)

EIPs Alternatives

Similar projects and alternatives to EIPs

  1. bips

    1,287 EIPs VS bips

    Bitcoin Improvement Proposals

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. metamask-extension

    1,150 EIPs VS metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  4. l2beat

    629 EIPs VS l2beat

    L2BEAT is an analytics and research website about Ethereum layer two (L2) scaling solutions.

  5. crypto-fees

    452 EIPs VS crypto-fees

    Website for comparing total daily fees of various blockchain protocols.

  6. go-ethereum

    Go implementation of the Ethereum protocol

  7. ethereum-burn-stats

    Website that showcases EIP-1559 Burn

  8. ethereum-org-website

    Ethereum.org is a primary online resource for the Ethereum community.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  11. ethmerge.com-content

    Markdown formatted content for the ethmerge.com website.

  12. pm

    219 EIPs VS pm

    Project Management: Meeting notes and agenda items (by ethereum)

  13. consensus-specs

    Ethereum Proof-of-Stake Consensus Specifications

  14. yearn-finance

    132 EIPs VS yearn-finance

    Discontinued 🏦 yearn v2 web interface

  15. solidity

    108 EIPs VS solidity

    Solidity, the Smart Contract Programming Language

  16. rocketpool

    104 EIPs VS rocketpool

    Decentralised Ethereum Liquid Staking Protocol.

  17. besu

    99 EIPs VS besu

    An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

  18. execution-specs

    Specification for the Execution Layer. Tracking network upgrades.

  19. claimable

    33 EIPs VS claimable

    Discontinued 🚁 Aggregates all known Ethereum airdrops and POAPs on one page

  20. hawaii

    Discontinued An informal planning doc for Ethereans in hawaii in 2022

  21. 1559-outreach

    Outreach related to EIP-1559

  22. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better EIPs alternative or higher similarity.

EIPs discussion

Log in or Post with

EIPs reviews and mentions

Posts with mentions or reviews of EIPs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-05.
  • Guía Práctica de EIP-7702: Agrupa Transacciones y Controla Privilegios en Ethereum
    1 project | dev.to | 20 Mar 2025
  • Understanding Checksums in Ethereum: Why They Matter for Web3 Developers
    1 project | dev.to | 9 Feb 2025
    EIP-1191 extends EIP-55 by incorporating chain IDs into the checksum calculation. The goal is to prevent users from mistakenly sending funds to an address on a different network, such as Ethereum Mainnet vs. Ethereum Testnet.
  • Solidity: upgradable smart contracts explained.
    2 projects | dev.to | 5 Nov 2024
    To address this issue, and to bring a more reliable solution, on November 15, 2015 a new improvement was proposed (EIP-7) to bring new OPCodes and fix the problem with CALLCODE, leading to the introduction of Delegate Call (delegatecall).
  • EIP-7702: Along the Path to Account Abstraction
    1 project | dev.to | 4 Nov 2024
    The Ethereum upcoming upgrade — Pectra, scheduled for Q1 2025, will introduce several Ethereum Improvement Proposals (EIPs), including the much-anticipated EIP-7702. With the Pectra update, developers aim to significantly enhance the UX for interacting with decentralized applications (dApps) on Ethereum. In this article, we’ll dive into the essential role of EIP-7702 in the Ethereum ecosystem and explore how it will impact both users and developers. For more information about the EIP feel free to check EIP-7702 Github.
  • Understanding ERC-20: The Standard for Fungible Tokens on Ethereum
    1 project | dev.to | 27 Aug 2024
    /** * @dev Sets a `value` amount of tokens as the allowance of `spender` over the * caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 value) external returns (bool);
  • Ethereum Foundation removes their canary
    4 projects | news.ycombinator.com | 20 Mar 2024
    Even more relevant would be the Ethereum Improvement Proposal repo (where people submit proposals to change the spec):

    https://github.com/ethereum/EIPs

    Or the go-ethereum execution client (the most popular execution client):

    https://github.com/ethereum/go-ethereum

  • Bridging the Gap: Better Token Standards for Cross-chain Assets
    4 projects | dev.to | 2 Nov 2023
    It’s early in the life of the xERC20 standard, but progress is quickly being made. The standard has been audited and is already live with a few projects. The EIP to adopt the standard has been created, and implementation has begun. Alchemix recently announced support for the xERC20 standard. And Defi Wonderland has published a suggested implementation on their GitHub. This implementation has an interface for the xERC20 contract with eight core functions that the token issuer must implement. These are functions related to setting the Lockbox contract (setLockbox), issuance limits for bridges (setLimits, mintingMaxLimitOf, burningMaxLimitOf, etc.), and the core mint and burn functions.
  • Numbers Protocol submitted EIP-7517, Allowing Consent for AI Data Mining on the Blockchain
    1 project | /r/NumbersProtocolIO | 19 Sep 2023
    Check out EIP-7517: Giving Consent for AI Data Mining on the Blockchain
  • Exploring ERC20 Tokens: The Powerhouse Behind Ethereum's Tokenized World4
    1 project | dev.to | 12 Jul 2023
    ERC223 is not widely implemented, and there is some debate in the ERC discussion thread about backward compatibility and trade-offs between implementing changes at the contract interface level versus the user interface.
  • EIPs/.github/workflows/post-ci.yml at master · ethereum/EIPs
    1 project | /r/ethtrader | 26 Jun 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic EIPs repo stats
491
13,287
9.8
2 days ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?