sacco 0.0.5 copy "sacco: ^0.0.5" to clipboard
sacco: ^0.0.5 copied to clipboard

outdated

Pure Dart library allowing you to easily create an HD Wallet and create, sign and send Cosmos-SDK transactions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sacco

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

dependencies:
  sacco: ^0.0.5

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

Publisher

verified publishercommercio.network

Pure Dart library allowing you to easily create an HD Wallet and create, sign and send Cosmos-SDK transactions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip32, bip39, bip_bech32, bitcoin_flutter, equatable, hex, http, meta, pointycastle

More

Packages that depend on sacco