bitcoindart 2.2.1 copy "bitcoindart: ^2.2.1" to clipboard
bitcoindart: ^2.2.1 copied to clipboard

A dart Bitcoin library for Flutter. BIP32, BIP39, P2PKH integration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bitcoindart

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

dependencies:
  bitcoindart: ^2.2.1

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:bitcoindart/bitcoindart.dart';
6
likes
40
pub points
11%
popularity

Publisher

verified publisherkeybag.io

A dart Bitcoin library for Flutter. BIP32, BIP39, P2PKH integration.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bech32, bip32, bip39, bs58check, hex, meta, pointycastle

More

Packages that depend on bitcoindart