bip39_wordlist_converter

Last updated:

0 purchases

bip39_wordlist_converter Image
bip39_wordlist_converter Images
Add to Cart

Description:

bip39 wordlist converter

Translate bip39 sentences from one language to another. (not like true translation, but like same integer in the 2048 base)
Permit to use any bip39 library without multiling support.
Tested with bip39 package, support english, french, italian and spanish. (adding wordlist is really simple, just ask me on github)
Features #
Valid mnemonic, find source language @ constructor
convert to any language supported with one call 'toLanguage()'
Exposed also easy-to-use languageList for your autocompletion UI/UX:
Bip39Converter.frenchList;
copied to clipboard
Getting started #
install with:
dart pub add bip39_wordlist_converter
copied to clipboard
import with:
import 'package:bip39_wordlist_converter/bip39_wordlist_converter.dart';
copied to clipboard
Usage #
var converter = Bip39Converter("aliéner mouvant pieuvre louer surprise cendrier hermine aviser plaque écluse nombreux minorer");
converter.toEnglish();
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.