bj

Crates.iobj
lib.rsbj
version0.2.2
sourcesrc
created_at2022-05-31 19:33:42.922844
updated_at2022-08-13 08:59:53.39574
descriptionA CLI for converting BCS-encoded messages into JSON.
homepagehttps://moving.wtf
repositoryhttps://github.com/movingco/bj
max_upload_size
id597686
size17,922
Ian Macalinao (macalinao)

documentation

README

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.

Commit count: 46

cargo fmt