/clnplugin-clj

Core Lightning plugin library for Clojure.

Primary LanguageClojure

Core Lightning plugin library for Clojure Devs.

See https://clnplugin.tonyaldon.com and the docstrings for more information.

Dependency

Add the following dependency to your deps.edn file:

Tested with Core Lightning v24.02

{:deps
 {io.github.tonyaldon/clnplugin-clj
  {:git/tag "v24.02" :git/sha "1719539"}}}

Tested with Core Lightning v23.11

{:deps
 {io.github.tonyaldon/clnplugin-clj
  {:git/tag "v23.11" :git/sha "a340708"}}}