npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

evm-networks

v0.2.0

Published

EVM Networks & RPC Node Providers Parameters Documentation

Downloads

6

Readme

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ó - [email protected]

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

10. License

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