ms-cli-0.3.0 is not a library.
ms-cli
Companion CLI to the ms-codec library — encode BIP-39 entropy as ms1 strings for steel-plate engraving, decode/inspect/verify the engraved strings, and dump the SHA-pinned test-vector corpus.
5 commands: encode, decode, inspect, verify, vectors.
Installation
The installed binary is named ms.
Quickstart
# Encode a 12-word BIP-39 mnemonic.
# Recover from an engraved string.
# Verify an engraved string round-trips against the original phrase.
# Inspect a candidate string for structural validity.
All commands support stdin input (- or omitted positional) and --json for tooling.
Engraving caveat
ms1 v0.1 does NOT carry the BIP-39 wordlist language on the wire. Users with non-English wallets MUST record their wordlist language alongside the engraved card. Decode-time --language english is the default; the CLI emits a non-suppressible stderr warning when defaulting. See the SPEC §6.3 for the full hazard discussion.
Documentation
License
MIT License.