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

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

With Flutter:

 $ flutter 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.2.0

Alternatively, your editor might support dart pub get or flutter 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
120
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bech32, convert, equatable, http, pointycastle

More

Packages that depend on sacco