#ssz #ewasm #wasm #convert-hex

app ssz-cli

A tool to convert files to a hex representation of SSZ

3 unstable releases

0.2.0 Jun 7, 2019
0.1.1 May 27, 2019
0.1.0 May 27, 2019

#8 in #ewasm

Apache-2.0

13KB
210 lines

ssz-cli

This command line tool is light wrapper around Parity's SSZ library which deserializes JSON using ssz-json and encode it in SSZ. This works especially well for prototyping Ethereum 2.0 execution environments in Scout.

Usage

Pass a properly formatted JSON file to the cli and let it convert it to its ssz equivalent.

USAGE:
    ssz [FLAGS] <filename>

FLAGS:
    -b               display result in a byte array
    -h, --help       Prints help information
    -V, --version    Prints version information

Maintainer

License

Apache 2.0

Dependencies

~2.5–3.5MB
~64K SLoC