From f07019b511caa73217cc13a8c71948ce0cf41461 Mon Sep 17 00:00:00 2001 From: "joe.miyamoto" Date: Mon, 28 Mar 2022 12:23:35 +0900 Subject: [PATCH] update readme with C# and kotlin example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a21ddad..40beda2 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ Python plugins developers must ensure their plugin to work with all Python versi - [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 + - [C# Plugin Guideline and example project][csharp-example] by @joemphilips + - [Kotlin plugin guideline and example][kotlin-example] by @vincenzopalazzo [esplora]: https://github.com/Blockstream/esplora [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels @@ -216,3 +218,5 @@ Python plugins developers must ensure their plugin to work with all Python versi [backup]: https://github.com/lightningd/plugins/tree/master/backup [commando]: https://github.com/lightningd/plugins/tree/master/commando [reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter +[csharp-example]: https://github.com/joemphilips/HelloWorldPlugin +[kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406 \ No newline at end of file