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]

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

Maintainer

License

Apache 2.0