Crates.io | coins-bip39 |
lib.rs | coins-bip39 |
version | 0.12.0 |
source | src |
created_at | 2021-04-04 18:36:05.03743 |
updated_at | 2024-07-27 13:05:16.707134 |
description | BIP39 implementation for coins |
homepage | https://github.com/summa-tx/coins |
repository | https://github.com/summa-tx/coins |
max_upload_size | |
id | 378912 |
size | 219,964 |
This is an implementation of BIP39. It is heavily inspired by and reuses code from Wagyu under the MIT license. It uses the coins-bip32 to derive extended keys.
$ cargo build
$ cargo build --target wasm32-unknown-unknown
Run tests (make sure to run with all feature combinations):
$ cargo test