cardano_wallet_sdk 0.1.0-alpha.7 copy "cardano_wallet_sdk: ^0.1.0-alpha.7" to clipboard
cardano_wallet_sdk: ^0.1.0-alpha.7 copied to clipboard

outdated

The Cardano Wallet SDK is a high-level, 100%-pure-Dart library for performing common off-chain tasks, such as managing cryptographic keys, getting wallet balances and submitting ADA transactions to th [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cardano_wallet_sdk

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

dependencies:
  cardano_wallet_sdk: ^0.1.0-alpha.7

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

Publisher

unverified uploader

The Cardano Wallet SDK is a high-level, 100%-pure-Dart library for performing common off-chain tasks, such as managing cryptographic keys, getting wallet balances and submitting ADA transactions to the blockchain, making it easy to integrate the Cardano ecosystem into your Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip32_ed25519, bip39, blockfrost, built_collection, built_value, cbor, coingecko_dart, collection, convert, dio, hex, intl, oxidized, pinenacl, quiver, typed_data

More

Packages that depend on cardano_wallet_sdk