Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infincia/bip39-rs
A Rust implementation of BIP-0039
https://github.com/infincia/bip39-rs
bip39 bitcoin mnemonic rust
Last synced: about 2 months ago
JSON representation
A Rust implementation of BIP-0039
- Host: GitHub
- URL: https://github.com/infincia/bip39-rs
- Owner: infincia
- License: apache-2.0
- Created: 2016-12-23T03:18:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T15:28:03.000Z (almost 5 years ago)
- Last Synced: 2024-04-30T06:33:26.878Z (8 months ago)
- Topics: bip39, bitcoin, mnemonic, rust
- Language: Rust
- Size: 219 KB
- Stars: 54
- Watchers: 7
- Forks: 61
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust - infincia/bip39-rs
- awesome-rust - infincia/bip39-rs
- awesome-rust - infincia/bip39-rs - Implementation of BIP39. (Applications / Blockchain)
- awesome-rust - infincia/bip39-rs
- awesome-rust-cn - infincia/bip39-rs
- awesome-rust-zh - infincia/bip39-rs - BIP39 的 Rust 实现。 (应用 / 加密货币)
- fucking-awesome-rust - infincia/bip39-rs - Implementation of BIP39. (Applications / Blockchain)
- awesome-rust-cn - infincia/bip39-rs
README
# bip39-rs
[![Build Status](https://travis-ci.org/infincia/bip39-rs.svg?branch=master)](https://travis-ci.org/infincia/bip39-rs)
A Rust implementation of [BIP0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
## Changes
See the [changelog](./CHANGELOG.md) file, or the Github releases for specific tags.
## [Documentation](https://docs.rs/bip39)
Add `bip39` to your Cargo file, and then refer to the documentation
for use.Only an English wordlist is included at the moment, but support for
other languages is already present in the code.A set of simple tests have been written but they only generate new
mnemonics and validate a selection of known valid mnemonics generated
by other tools