Ensure you have completed the Quickstart step in a separate terminal. This will set up your environment and place your key in the $HOME/.mev-commit directory, along with running the required bidder node.
Now that you’ve made sure we have a bidder node running, we can interact with it using the following commands:
❯_ terminal
Copy
Ask AI
cd $HOME/.mev-commit;export KEY=$(cat key);export ADDRESS=$(cast wallet address --private-key 0x$(cat key))