bsv 1.0.11 copy "bsv: ^1.0.11" to clipboard
bsv: ^1.0.11 copied to clipboard

Bitcoin SV (BSV) library for Dart, which supports sign transaction, bip32, bip39 etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bsv

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

dependencies:
  bsv: ^1.0.11

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bsv/bsv.dart';
2
likes
100
pub points
41%
popularity

Publisher

unverified uploader

Bitcoin SV (BSV) library for Dart, which supports sign transaction, bip32, bip39 etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bs58check, convert, flutter, pointycastle, unorm_dart

More

Packages that depend on bsv