dart_wallet_adapter 0.0.3
dart_wallet_adapter: ^0.0.3 copied to clipboard
A wrapper around the JS Wallet Adapter library for Dart
Dart Wallet Adapter #
Dart Wallet Adapter is a Dart wrapper library for the JavaScript Wallet Adapter library. The aim of this library is to facilitate interactions with cryptocurrency wallets, including those on the Solana network.
Table of Contents #
Features #
- Wraps the JavaScript Wallet Adapter library in Dart
- Allows interaction with cryptocurrency wallets
- Includes support for the Solana network
Installation #
To use this library in your project, add it to your pubspec.yaml file:
dependencies:
dart_wallet_adapter: ^0.0.1
Then, run flutter pub get to fetch the package.
Usage #
To use the Dart Wallet Adapter, import the library:
import 'package:dart_wallet_adapter/dart_wallet_adapter.dart';
Note: More detailed usage examples will be added soon.
Development #
This library is still under active development. More features and improvements are coming.
Contributing #
Contributions are more than welcome! Please read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
License #
This project is licensed under the Apache License - see the LICENSE file for details.