dart_bitcoin 0.0.0-dev copy "dart_bitcoin: ^0.0.0-dev" to clipboard
dart_bitcoin: ^0.0.0-dev copied to clipboard

A Bitcoin package for Flutter and Dart Apps. With this package, a transaction can be created and signed, and an address can be created.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_bitcoin

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

dependencies:
  dart_bitcoin: ^0.0.0-dev

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

Publisher

unverified uploader

A Bitcoin package for Flutter and Dart Apps. With this package, a transaction can be created and signed, and an address can be created.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, dart_bech32, dart_bip32, dart_bip66, dart_bitcoin_ops, dart_bitcoin_pushdata, dart_bs58, dart_bs58check, dart_buffer, dart_ecpair, dart_merkle_lib, dart_minimaldata, dart_varuint_bitcoin, dart_wif, pointycastle

More

Packages that depend on dart_bitcoin