# bj A CLI for converting BCS-encoded messages into JSON. ## Installing Run: ```bash # If on Diem cargo install bj # If on Sui cargo install bj --features address20 # If on Aptos cargo install bj --features address32 ``` ## Usage ``` bj 0.1.0 Ian Macalinao 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 [move_core_types::errmap::ErrorMapping]. (see ) ``` ## License `bj` is licensed under the Apache License, Version 2.0.