A CLI for converting BCS-encoded messages into JSON.
Run:
```bash
cargo install bj
cargo install bj --features address20
cargo install bj --features address32 ```
``` bj 0.1.0 Ian Macalinao ian@moving.wtf A CLI for converting BCS-encoded messages into JSON.
USAGE:
bj
OPTIONS: -h, --help Print help information -V, --version Print version information
FORMATS: errmap A [movecoretypes::errmap::ErrorMapping]. (see https://docs.rs/mv-core-types/latest/move_core_types/errmap/struct.ErrorMapping.html) ```
bj
is licensed under the Apache License, Version 2.0.