Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 504 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 504 Bytes

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"}}}