Commit 2fe7e560 authored by protolambda's avatar protolambda Committed by GitHub

cannon: readme docs path fix

Co-authored-by: default avatarInphi <mlaw2501@gmail.com>
parent 2b1e162b
...@@ -30,7 +30,7 @@ go build -o cannon . ...@@ -30,7 +30,7 @@ go build -o cannon .
# Transform MIPS op-program client binary into first VM state. # Transform MIPS op-program client binary into first VM state.
# This outputs state.json (VM state) and meta.json (for debug symbols). # This outputs state.json (VM state) and meta.json (for debug symbols).
./cannon load-elf --path=../optimism/op-program/bin/op-program-client.elf ./cannon load-elf --path=../op-program/bin/op-program-client.elf
# Run cannon emulator (with example inputs) # Run cannon emulator (with example inputs)
# Note that the server-mode op-program command is passed into cannon (after the --), # Note that the server-mode op-program command is passed into cannon (after the --),
...@@ -45,7 +45,7 @@ go build -o cannon . ...@@ -45,7 +45,7 @@ go build -o cannon .
--proof-at never --proof-at never
--input ./state.json --input ./state.json
-- --
../optimism/op-program/bin/op-program ../op-program/bin/op-program
--l2 http://127.0.0.1:8745 --l2 http://127.0.0.1:8745
--l1 http://127.0.0.1:8645 --l1 http://127.0.0.1:8645
--l1.trustrpc --l1.trustrpc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment