Skip to content

New EVM Chain Listing Requirement

zhaojun.sh edited this page Sep 23, 2021 · 2 revisions

New EVM chain Listing Requirement

MUST SUPPORT

  • Support Metamask wallet
  • Support EVM and solidity compiler >= 0.8.4
  • Same address format as ethereum
  • Support JSON RPC and Websocket

Chain config

  • Chain name
  • Chain ID
  • Native coin name and decimal
  • Official RPC URL (mainnet and testnet)
  • Explorer (mainnet and testnet)

Development

  • Blockchain code repo
  • Testnet faucet
  • Support web3.js
  • Support Truffle
  • Instruction for running fullnode/validator
  • Finalization strategy (e.g. 12 block confirmations for Ethereum)
  • Notable differences from Ethereum