ldk_node 0.2.2-dev copy "ldk_node: ^0.2.2-dev" to clipboard
ldk_node: ^0.2.2-dev 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.2.2-dev

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';