babybip39 1.0.4 copy "babybip39: ^1.0.4" to clipboard
babybip39: ^1.0.4 copied to clipboard

Dart implementation of Bitcoin BIP39 Mnemonic code for generating deterministic keys

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add babybip39

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

dependencies:
  babybip39: ^1.0.4

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:babybip39/babybip39.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dart implementation of Bitcoin BIP39 Mnemonic code for generating deterministic keys

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, hex, pointycastle

More

Packages that depend on babybip39