logoAcademy

Setup Your ChainID

Learn how to setup ChainID for your own blockchain.

What is ChainID?

The ChainID of an Ethereum Virtual Machine (EVM) blockchain is a unique identifier distinguishing Ethereum chains from one another. This mechanism was introduced in Ethereum Improvement Proposal (EIP) 155 to prevent transaction replay attacks, which could occur when the same transaction is valid across multiple different chains.

Setting the ChainID

Set the ChainID at the top of you genesis JSON to 99999.

If you want to set a custom ChainID, you can check chainlist.org to confirm your proposed chain ID is NOT in use by any other network. Make sure to cross check with Testnets as well.

On this page