bit-digger

Crates.iobit-digger
lib.rsbit-digger
version0.2.0
created_at2025-03-22 17:48:42.378355+00
updated_at2025-03-28 17:16:03.523566+00
descriptionA simple, and fast Rust library to look for Bitcoin hidden in arrays of words
homepage
repositoryhttps://github.com/juancabe/bit-digger
max_upload_size
id1601991
size54,285
Juan (juancabe)

documentation

https://docs.rs/bit-digger

README

bit-digger

A simple, and fast Rust library to look for Bitcoin hidden in arrays of words

Note:
This project is a work in progress. Some features may not be fully implemented, and the API is subject to change. Please check back regularly for updates.

Features

  • Given a vector (M) of bip39::Mnemonic (m) and a set (A) of addresses (a), discover wether some ms generate any of the given as.

TODOs

  • Module that is able to, given different types of word inputs, generate a vector of bip39::Mnemonic.

How to use

Generate and read Rust documentation with

cargo doc --open

Contributing

Feel free to contribute to this project.

Commit count: 7

cargo fmt