ldk_node 0.3.0
ldk_node: ^0.3.0 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 Flutter:
$ flutter pub add ldk_nodeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ldk_node: ^0.3.0Alternatively, 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:ldk_node/ldk_node.dart';