Expand description

plugin crater provide the building blocks to build plugin in core lightning in a modular way.

Ecosystem feature

  • clightningrpc - When enable provide the typed API to the plugin

author and mantainer: Vincenzo Palazzo https://github.com/vincenzopalazzo

Modules

  • author: https://github.com/vincenzopalazzo
  • plugin error JSONRPCv2.0 compliant module implementation
  • macros module containing all the necessary macros to work with the plugin and register new RPC method/Hooks/Subscription.
  • Core of the plugin API
  • types

Macros