9 个版本
0.2.2 | 2022 年 8 月 13 日 |
---|---|
0.2.0 | 2022 年 7 月 22 日 |
0.1.6 | 2022 年 7 月 16 日 |
0.1.1 | 2022 年 5 月 31 日 |
#139 in #converting
10KB
113 行
bj
一个将 BCS 编码的消息转换为 JSON 的 CLI 工具。
安装
运行
# 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
采用 Apache License, Version 2.0 许可。
lib.rs
:
一个将 BCS 编码的消息转换为 JSON 的 CLI 工具。
依赖项
~3–4MB
~78K SLoC