bc-envelope-cli

Crates.iobc-envelope-cli
lib.rsbc-envelope-cli
version0.8.0
sourcesrc
created_at2023-10-11 04:04:40.178415
updated_at2024-05-07 10:21:30.565551
descriptionGordian Envelope Command Line Tool.
homepage
repositoryhttps://github.com/BlockchainCommons/bc-envelope-cli-rust
max_upload_size
id999745
size287,653
Wolf McNally (wolfmcnally)

documentation

https://docs.rs/bc-envelope-cli

README

envelope

A command line tool for manipulating the Gordian Envelope data type, written in pure Rust.

by Wolf McNally

NOTE: Preview version. Not ready for production use.

Installation

To install from crates.io, run:

cargo install bc-envelope-cli

To install from source, clone this repo, change to its root directory and run:

cargo install --path .

Make sure your ~/.cargo/bin directory is in your PATH.

Usage

envelope --help

See the docs directory for more information.

NOTE: The envelope tool does not have the same command line syntax as the Swift envelope tool.

Commit count: 73

cargo fmt