Crates.io | b39wc |
lib.rs | b39wc |
version | 1.0.0 |
source | src |
created_at | 2021-09-17 09:09:34.397681 |
updated_at | 2021-09-17 09:09:34.397681 |
description | A simple BIP-39 mnemonic words checker |
homepage | https://github.com/Asone/b39wc |
repository | https://github.com/Asone/b39wc |
max_upload_size | |
id | 452708 |
size | 328,521 |
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