kuchaindart 0.2.3 copy "kuchaindart: ^0.2.3" to clipboard
kuchaindart: ^0.2.3 copied to clipboard

This library supports kuchain address generation and verification. It enables you to create an offline signature functions of different types of transaction messages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kuchaindart

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

dependencies:
  kuchaindart: ^0.2.3

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:kuchaindart/kuchaindart.dart';
2
likes
40
points
40
downloads

Publisher

verified publisherkeybag.io

Weekly Downloads

This library supports kuchain address generation and verification. It enables you to create an offline signature functions of different types of transaction messages.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bech32, bip32, bip39, hex, http, meta, pointycastle

More

Packages that depend on kuchaindart