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

outdated

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

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

dependencies:
  bip39_mnemonic: ^1.0.0

Alternatively, your editor might support dart 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';
8
likes
0
pub points
84%
popularity

Publisher

verified publisherethicnology.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

pointycastle

More

Packages that depend on bip39_mnemonic