From 6cebe21ff738a98b66e7666f76307844d0d31364 Mon Sep 17 00:00:00 2001 From: darosior Date: Thu, 25 Jul 2019 11:20:44 +0200 Subject: [PATCH] Add Javascript library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9991301..10f7986 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ your environment. - [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 + - [Javascript Plugin API & RPC Client][js-api] by @darosior [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [probe]: https://github.com/lightningd/plugins/tree/master/probe @@ -103,3 +104,4 @@ your environment. [autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload [lightning-qt]: https://github.com/darosior/pylightning-qt [cpp-api]: https://github.com/darosior/lightningcpp +[js-api]: https://github.com/darosior/clightningjs