bip39_mnemonic 3.0.9 copy "bip39_mnemonic: ^3.0.9" to clipboard
bip39_mnemonic: ^3.0.9 copied to clipboard

Mnemonic code for generating deterministic keys a.k.a. BIP39.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bip39_mnemonic
copied to clipboard

With Flutter:

 $ flutter pub add bip39_mnemonic
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bip39_mnemonic: ^3.0.9
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bip39_mnemonic/bip39_mnemonic.dart';
copied to clipboard
10
likes
160
points
7.19k
downloads

Publisher

verified publisherethicnology.com

Weekly Downloads

2024.10.05 - 2025.04.19

Mnemonic code for generating deterministic keys a.k.a. BIP39.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

pointycastle, unorm_dart

More

Packages that depend on bip39_mnemonic