9 releases
0.2.2 | Aug 13, 2022 |
---|---|
0.2.0 | Jul 22, 2022 |
0.1.6 | Jul 16, 2022 |
0.1.1 | May 31, 2022 |
#139 in #converting
Used in bj-completions
10KB
113 lines
bj
A CLI for converting BCS-encoded messages into JSON.
Installing
Run:
# 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 <ian@moving.wtf>
A CLI for converting BCS-encoded messages into JSON.
USAGE:
bj <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
FORMATS:
errmap A [move_core_types::errmap::ErrorMapping]. (see
<https://docs.rs/mv-core-types/latest/move_core_types/errmap/struct.ErrorMapping.html>)
License
bj
is licensed under the Apache License, Version 2.0.
lib.rs
:
A CLI for converting BCS-encoded messages into JSON.
Dependencies
~3–4MB
~78K SLoC