Crates.io | bj |
lib.rs | bj |
version | 0.2.2 |
source | src |
created_at | 2022-05-31 19:33:42.922844 |
updated_at | 2022-08-13 08:59:53.39574 |
description | A CLI for converting BCS-encoded messages into JSON. |
homepage | https://moving.wtf |
repository | https://github.com/movingco/bj |
max_upload_size | |
id | 597686 |
size | 17,922 |
A CLI for converting BCS-encoded messages into JSON.
Run:
# If on Diem
cargo install bj
# If on Sui
cargo install bj --features address20
# If on Aptos
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 <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>)
bj
is licensed under the Apache License, Version 2.0.