lightening_wallet 0.4.6 copy "lightening_wallet: ^0.4.6" to clipboard
lightening_wallet: ^0.4.6 copied to clipboard

High-performance Lightning wallet for Flutter using Rust FFI with LDK-node. Supports Bitcoin on-chain and Lightning Network payments.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lightening_wallet

With Flutter:

 $ flutter pub add lightening_wallet

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

dependencies:
  lightening_wallet: ^0.4.6

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:lightening_wallet/lightening_wallet.dart';
0
likes
0
points
589
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance Lightning wallet for Flutter using Rust FFI with LDK-node. Supports Bitcoin on-chain and Lightning Network payments.

Repository (GitHub)
View/report issues

Topics

#bitcoin #lightning #wallet #payments #ffi

License

unknown (license)

Dependencies

ffi, flutter, path

More

Packages that depend on lightening_wallet

Packages that implement lightening_wallet