⏹️
Truebit on Ethereum v1
  • About Truebit on Ethereum
    • Overview
    • Use Cases
    • Research
    • FAQ
  • Getting Started
    • Install Truebit on Ethereum
    • Truebit on Ethereum Structure
    • Start Docker container
    • Create a Wallet
    • Synchronize the Ethereum Node
    • Start a Truebit on Ethereum Terminal for Each Role
    • Start Truebit on Ethereum
    • Purchase TRU tokens
    • Check Balances
    • Purchase Solver License
    • Start Solve and Verify
    • IPFS connection for distributed file sharing
    • Glossary
  • COMMUNITY
    • Support & More Information
Powered by GitBook
  1. Getting Started

Synchronize the Ethereum Node

PreviousCreate a WalletNextStart a Truebit on Ethereum Terminal for Each Role

Last updated 1 year ago

Fork from Ethereum Mainnet using Hardhat

Execute the Ethereum node shell script for your desired environment:

npx hardhat node --network hardhat

Do 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/bash

Start your forked Ethereum node.

bash ./mainnet.sh

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

Use CTRL+B move between windows in the Ethereum console

Hardhat local Fork
Ethereum Console