Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 457 Bytes

OP Compressor Check

Minimal cli tool to evaluate the calldata compression rate on the OP Stack.

Installation

git clone https://github.com/0xKitsune/opcc
cd opcc
cargo install --path .

Usage

Usage: opcc [OPTIONS] --level <LEVEL>

Options:
  -l, --level <LEVEL>  Brotli compression level (9, 10, or 11)
  -d, --data <DATA>    
  -f, --file <FILE>    
  -h, --help           Print help
  -V, --version        Print version