From 20c6bf9d63f412f802f24141a5802ec1f7bf1489 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Sun, 6 Mar 2022 09:56:31 +0100 Subject: [PATCH] Add TypeScript API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 833eca5..fca4bee 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Python plugins developers must ensure their plugin to work with all Python versi - [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 + - [TypeScript Plugin API & RPC Client][ts-api] by @AaronDewes - [Java Plugin API & RPC Client][java-api] by @vincenzopalazzo [esplora]: https://github.com/Blockstream/esplora @@ -192,6 +193,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds [cpp-api]: https://github.com/darosior/lightningcpp [js-api]: https://github.com/lightningd/clightningjs +[ts-api]: https://github.com/runcitadel/c-lightning.ts [monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor [reckless]: https://github.com/darosior/reckless [request-invoice]: https://github.com/lightningd/plugins/tree/master/request-invoice