| Crates.io | coins-bip39 |
| lib.rs | coins-bip39 |
| version | 0.13.0 |
| created_at | 2021-04-04 18:36:05.03743+00 |
| updated_at | 2025-07-29 18:27:55.061239+00 |
| 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 | 240,629 |
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