ssz-cli 0.2.0

A tool to convert files to a hex representation of SSZ
ssz-cli-0.2.0 is not a library.

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