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

Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.

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.12

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
80
pub points
33%
popularity

Publisher

unverified uploader

Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

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

More

Packages that depend on cardano_wallet_sdk