chainwallet 1.0.4 copy "chainwallet: ^1.0.4" to clipboard
chainwallet: ^1.0.4 copied to clipboard

A Dart library implementing chainsql wallet_propose and tx-sign api.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chainwallet

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

dependencies:
  chainwallet: ^1.0.4

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

Publisher

unverified uploader

A Dart library implementing chainsql wallet_propose and tx-sign api.

Homepage

License

GPL-3.0 (LICENSE)

Dependencies

asn1lib, base58check, collection, crypto, cryptoutils, decimal, encrypt, hex, pointycastle, secp256k1cipher

More

Packages that depend on chainwallet