substrate_bip39 0.6.1 copy "substrate_bip39: ^0.6.1" to clipboard
substrate_bip39: ^0.6.1 copied to clipboard

Converting BIP39 entropy to valid Substrate SecretKeys.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add substrate_bip39
copied to clipboard

With Flutter:

 $ flutter pub add substrate_bip39
copied to clipboard

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

dependencies:
  substrate_bip39: ^0.6.1
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:substrate_bip39/substrate_bip39.dart';
copied to clipboard
4
likes
130
points
1.44k
downloads

Publisher

verified publisherpolkadart.dev

Weekly Downloads

2024.09.23 - 2025.04.07

Converting BIP39 entropy to valid Substrate SecretKeys.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

bip39_mnemonic, collection, convert, cryptography, pointycastle, polkadart_scale_codec

More

Packages that depend on substrate_bip39