Skip to content

0xPolygonHermez/zkevm-storage-rom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkASM Storage Compiler

This repo compiles .zkasm storage to a json file

Setup

npm install
npm run build

Usage

Generate json file from zkasm storage file:

node src/zkasmstorage.js <inputFile.zkasm> -o <outFile.json>

Example:

node src/zkasmstorage.js zkasm/storage_sm.zkasm -o build/storage_sm_rom.json

or

npm run build:rom