Skip to content

Template to write a plugin for core lightning in dart lang

License

Notifications You must be signed in to change notification settings

dart-lightning/lndart.cln_plugin

Repository files navigation

lndart.cln_plugin

🎯 Dart framework for Core Lightning 🎯

A minimal template for projects based on lndart.cln. This should get you started if you want to develop a core lightning plugin using Dart.

How to use

Dart can compile a package to a binary in target platform using the dart compile

dart compile exe bin/cln_plugin.dart

This will generate an executable in the bin/ subdirectory. This executable can be used with core lightning using the

--plugin = path_to_this_executable

Built with

Support

If you like the library and want to support it, please considerer to donate with the following system

License

Template to write a plugin for core lightning in dart lang.

Copyright (C) 2022 Vincenzo Palazzo vincenzopalazzodev@gmail.com ``

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

About

Template to write a plugin for core lightning in dart lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published