ldk_node 0.1.1-alpha copy "ldk_node: ^0.1.1-alpha" to clipboard
ldk_node: ^0.1.1-alpha copied to clipboard

A ready-to-go Lightning node library built using LDK and BDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ldk_node

With Flutter:

 $ flutter pub add ldk_node

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

dependencies:
  ldk_node: ^0.1.1-alpha

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:ldk_node/ldk_node.dart';
14
likes
0
points
84
downloads

Publisher

verified publisherltbl.io

Weekly Downloads

A ready-to-go Lightning node library built using LDK and BDK.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, ffi, flutter, flutter_rust_bridge, freezed, freezed_annotation, meta, uuid

More

Packages that depend on ldk_node