hdwallet_servicex 0.1.21
hdwallet_servicex: ^0.1.21 copied to clipboard
A Flutter plugin for HD wallet services with multi-chain support including Bitcoin, Ethereum, Solana, Filecoin, and more. Built with Rust for high performance and security.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hdwallet_servicexThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hdwallet_servicex: ^0.1.21Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hdwallet_servicex/hdwallet_servicex.dart';