b39wc

Crates.iob39wc
lib.rsb39wc
version1.0.0
sourcesrc
created_at2021-09-17 09:09:34.397681
updated_at2021-09-17 09:09:34.397681
descriptionA simple BIP-39 mnemonic words checker
homepagehttps://github.com/Asone/b39wc
repositoryhttps://github.com/Asone/b39wc
max_upload_size
id452708
size328,521
(Asone)

documentation

https://github.com/Asone/b39wc

README

CircleCI b39wc

BIP 39 Words Checker

The current project is a minimalist personal project in order to produce software learning and mastering rust.

It is basically a software to check weither the words provided in a 24 mnemonic seed are all from the official seed dictionaries provided in bitcoin core.

It has no expectation to be used in production nor provide an optimal code. Only to provide a small sample of functional rust software

A few options are available :

USAGE:
    b39wc [FLAGS] [OPTIONS] [seed]

FLAGS:
    -h, --help          Prints help information
    -s, --skip-count    Skips count of words number
    -V, --version       Prints version information

OPTIONS:
    -d, --dictionaries <d>    Dictionaries files to use (separated with coma)

ARGS:
    <seed>    The 24 words for seed generation

Example:

b39wc "erupt quit sphere taxi air decade vote mixed life elevator mammal search empower rabbit barely indoor crush grid slide correct scatter deal tenant verb"

will return :

words to be searched : erupt, quit, sphere, taxi, air, decade, vote, mixed, life, elevator, mammal, search, empower, rabbit, barely, indoor, crush, grid, slide, correct, scatter, deal, tenant, verb
Provided words were all found in dictionaries
Commit count: 26

cargo fmt