Table of Contents
The goal is to keep all parameters related to the connection and operation with an EVM network documented under a formal and complete format.
The formality comes from a certain specified tests all parameters, resources and tools related with the EVM network must pass.
The completness comes from providing all resoruces needed for a full operability with the EVM network. This includes RPC nodes (public, for testing and for production), information related with the RPC node provider (including privacy policy), blockchain explorers (with the corresponding API endpoints) and widely used contracts documentation from the specified EVM network (for now ENS, multicall and bridge contracts).
- Network Parameters
- ID - chain id
- Name - official human readable network name
- Network - project internal network name
- Information URL - network main information link
- Documentation URL - network main documentation link
- EIP URL - network definition on official Ethereum community EVM networks list (more information found in references)
- Testnet - test network properties
- Mainnet ID - chain id of the network mainnet (if network is testnet)
- Native Currency
- Name - official human readable EVM network native currency name
- Symbol - official EVM network native currency symbol
- USymbol - official EVM network native currency smallest unit symbol
- Decimals - official EVM network native currency decimals
- RPC Node
- RPC Node - rpc node internal project name
- type - rpc node type - public/authenticated/local/null
- HTTP - http connection endpoint
- WSS - websocket connection endpoint
- Provider - service provider information
- RPC Node Provider
- Name - provider official human readable name
- Provider - project internal provider name
- URL - provider official website link
- Data Privacy Level - level of data privacy offered in the provider node service
- Privacy Policy - provider privacy policy information link
- Block Explorer
- Name - official human readable name
- Block Explorer - project internal name
- Type - type of block explorer - blockscout/etherscan/independent/subscan/null
- Standard - EIP standard of the block explorer - eip3091/none/null
- Browser URL - official browser website link
- API URL - official API base endpoint
- Documentation URL - official API documentation link
- Contracts
- ENS Registry - name, contract internal name, address & deploy block number and deploy tx hash
- ENS Universal Resolver - cname, contract internal name, address & deploy block number and deploy tx hash
- Multicall - name, contract internal name, address & deploy block number and deploy tx hash
See the open issues for a full list of proposed features (and known issues).
Package manager installation (npm)
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/uri1001/the-evm-networks-project.git
- Install NPM packages
npm install
- TBD
mv ./.env.sample ./.env
TO BE DONE
TO BE DONE
TO BE DONE
- EVM Open-Source Blockchain Explorer - Otterscan
-
Network Parameters & RPC Nodes: Chainlist
-
Network Wallet Connection Testing: Chainid
-
Network Wallet Connection Testing: Chainlist
-
Wagmi Compatible Networks: Spenhouet
-
Ethereum Testnets Faucet Status: FaucetLink
-
EIP-155 - Official Proposal
-
EIP-3014 - Official Proposal
-
EIP-3770 - Official Proposal
-
EIP-4527 - Official Proposal
-
EIP-3091 - Official Proposal
-
Contracts Documentation - Documentation
- Ethereum Name Service Documentation - ENS
- Multicall Contracts - Multicall
- TO BE DONE - TBD
-
Ethereum Community EVM Networks List - Networks List
-
WagmiSH EVM Networks Repository - Networks Repository
-
RPC Providers Source Tool - RPC Providers
TO BE DONE
Oriol Rodríguez Setó - uri1001@pm.me
Project Link: https://github.com/uri1001/the-evm-networks-project
Distributed under the MIT License. See LICENSE
for more information.