Start Truebit on Ethereum
Connect Truebit-OS to Hardhat Local Fork
On a new terminal, exec docker container with Truebit image, and then:
1. Move to truebit-os folder.
cd truebit-eth
2. Start a demon required for local task execution.
ipfs init &>/dev/null
tmux new -d 'ipfs daemon'
3. Execute Truebit-OS connecting to Hardhat Local Fork
./truebit-os -p ws://localhost:8545

Truebit OS will display that has been initialized on main network, because hardhat is using a Mainnet Fork.
Ethereum Mainnet
1. Move to truebit-os folder
cd truebit-eth
2. Execute Truebit-OS connecting to Ethereum Mainnet
./truebit-os
Last updated