colibri-ssz

The colibri-ssz tool is used to convert SSZ-formatted proofs into JSON.

    # Convert a ssz-formatted proof into json
    colibri-ssz -o block.json block_proof.ssz

Options

Option
Argument
Description
Default

-t

<typename>

Type name

-o

<outfile>

Output file

-h

Show hash_tree_root of the SSZ

-n

Show type name in JSON output

-s

Show serialization (hex string)

<file.ssz>

Input SSZ file

<field1> ...

Fields to include in JSON output

Last updated