This repository contains the zkasm source code of the polygon-hermez zkevm
npm i
npm run build
The resulting json file will be created in the ./build directory
-i ${input zkasm file}: specify input source zkasm pathmain/main.zkasm-o ${destination rom file}: specify output path for the resulting jsonbuild/rom.json-s ${steps}: specify steps as $2^{steps}$constants.zkasmExample:
npm run build -- -i ${path} -o ${path} -s ${steps}
$ claude mcp add zkevm-rom \
-- python -m otcore.mcp_server <graph>