- Published on
Hello And Let's Find ERC
- Authors
- Name
- moumantai
- @zetai_moumantai
It was my "hello-world" post but now turns to be the second release. But it's still says 'hello world', right?
Anyway hello and let's find ERC, with ERC Finder

What is ERC?
ERC stands for Ethereum Request for Commit. Lots of them are created on purpose and define the "standard" behavior of apps running on Ethereum.
ERCs specify application layer standards, which determine how applications running on Ethereum can interact with each other. -- https://github.com/ethereum/ERCs
It's so important that almost every application use one or two of ERCs.
If you want to launch your memecoin, use ERC20 (Fungible Token).
If you want to launch your NFT project, use ERC721 (Non-Fungible Token).
And what if multiple token in one contract? Use ERC1155 (Multi Token Standard).
Quick Explorer
ERCs are available in Ethereum.org. It's pretty minimal and likely be only a info page. For sure it's already sufficient for most of the people. But if it can be better, why not?

What's included
I intended to make it simple and easy to use. Thanks to NuxtUI it makes me easier.
It includes:
- Simple, neat UI
- A Searcher to help you find ERCs
- Diagram to show the dependency between ERCs
- Categories
And it's opensource! Just check it out on GitHub.