bip32_mnemonic 1.0.1 copy "bip32_mnemonic: ^1.0.1" to clipboard
bip32_mnemonic: ^1.0.1 copied to clipboard

An implementation of the BIP32 spec for deriving private keys from mnemonic phrases

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bip32_mnemonic

With Flutter:

 $ flutter pub add bip32_mnemonic

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

dependencies:
  bip32_mnemonic: ^1.0.1

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

Publisher

unverified uploader

An implementation of the BIP32 spec for deriving private keys from mnemonic phrases

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bip39, convert, cryptography, dartdoc, pointycastle, secp256k1, web3dart

More

Packages that depend on bip32_mnemonic