bitcoin_flutter 0.0.1
bitcoin_flutter: ^0.0.1 copied to clipboard
A starting point for Dart libraries or applications.
bitcoin-dart #
A dart Bitcoin library for Flutter.
Released under the terms of the MIT LICENSE.
Inspired by bitcoinjs
Examples #
The below examples are implemented as integration tests, they should be very easy to understand. Otherwise, pull requests are appreciated.
- Import a BIP32 testnet xpriv and export to WIF
- Export a BIP32 xpriv, then import it
- Export a BIP32 xpub
- Create a BIP32, bitcoin, account 0, external address
- Create a BIP44, bitcoin, account 0, external address
- Use BIP39 to generate BIP32 addresses
Running the test suite #
pub run test
Complementing Libraries #
- BIP39 - Mnemonic generation for deterministic keys
- BIP32 - BIP32
- Base58 Check - Base58 check encoding/decoding