Synchronize the Ethereum Node
Fork from Ethereum Mainnet using Hardhat
Execute the Ethereum node shell script for your desired environment:
npx hardhat node --network hardhatDo not close this terminal until the fork is complete.

Use Ethereum Mainnet for production purposes.
Open a new terminal and execute docker container
docker exec -it truebit /bin/bashStart your forked Ethereum node.
bash ./mainnet.shObserve the state of your Ethereum node using the Ethereum console.

Last updated