0.2.0 • Published 12 months ago

evm-networks v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

1. About The Project

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).

1.1. Documented Parameters

  • 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).

2. Project Initialization

2.1. Prerequisites

Package manager installation (npm)

  • npm
    npm install npm@latest -g

2.2. Installation

  1. Clone the repo
    git clone https://github.com/uri1001/the-evm-networks-project.git
  2. Install NPM packages
    npm install
  3. TBD
    mv ./.env.sample ./.env

3. Project Usage

TO BE DONE

4. Networks

TO BE DONE

5. Node Providers

TO BE DONE

6. Tools

6.1. Block Explorers

  • EVM Open-Source Blockchain Explorer - Otterscan

6.2. Network Listing Websites

7. Resources

7.1. EIPs Documentation

7.2. Contracts Documentation

  • Contracts Documentation - Documentation

    7.2.1. ENS Contracts

    • Ethereum Name Service Documentation - ENS

    7.2.2. Multicall Contracts

    7.2.3. Network Bridge Contracts

    • TO BE DONE - TBD

7.3. Project References

8. Contributing

TO BE DONE

9. Contact

Oriol Rodríguez Setó - uri1001@pm.me

Project Link: https://github.com/uri1001/the-evm-networks-project

10. License

Distributed under the MIT License. See LICENSE for more information.