For the complete documentation index, see llms.txt. This page is also available as Markdown.

Synchronize the Ethereum Node

Fork from Ethereum Mainnet using Hardhat

Execute the Ethereum node shell script for your desired environment:

npx hardhat node --network hardhat
Hardhat local Fork

Use Ethereum Mainnet for production purposes.

Open a new terminal and execute docker container

Start your forked Ethereum node.

Observe the state of your Ethereum node using the Ethereum console.

Use CTRL+B move between windows in the Ethereum console

Ethereum Console

Last updated