From 5eeb5dda0ac0d85f034afe1a9083cb9c20f982f1 Mon Sep 17 00:00:00 2001 From: darosior Date: Sat, 20 Jul 2019 18:53:00 +0200 Subject: [PATCH] Add C++ plugins library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f12c1f8..9991301 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ your environment. - [C Plugin API][c-api] by @rustyrussell - [Python Plugin API & RPC Client][python-api] ([PyPI][python-api-pypi]) by @cdecker and [a video tutorial](https://www.youtube.com/watch?v=FYs1I-pCJIg) by @renepickhardt - [Go Plugin API & RPC Client][go-api] by @niftynei + - [C++ Plugin API & RPC Client][cpp-api] by @darosior [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [probe]: https://github.com/lightningd/plugins/tree/master/probe @@ -101,3 +102,4 @@ your environment. [graphql-spec]: https://graphql.org/ [autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload [lightning-qt]: https://github.com/darosior/pylightning-qt +[cpp-api]: https://github.com/darosior/lightningcpp