clightning4j / JRPClightning

:zap: Java framework for C-Lightning to work with the RPC interface, and also the library simplifies the work to develop custom plugins with Java, Kotlin, and all the languages that supports the Java dependencies :zap:
https://clightning4j.github.io/JRPClightning/
GNU General Public License v2.0
16 stars 9 forks source link

Given a method to pass the rpc wrapper to the startup #71

Open vincenzopalazzo opened 2 years ago

vincenzopalazzo commented 2 years ago

Before with the singleton, the library is able to gen the correct path of the lightning socket at any time, if we remove it in some of the next releases we need to think about how the plugin can have an rpc call inside itself.