From 0abe6b5be52d3084f9e8bb72f5fea6bb283a8752 Mon Sep 17 00:00:00 2001 From: anon <109770337+lnproxy@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:14:37 -0400 Subject: [PATCH] add https://github.com/shoupn/lnproxy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fd0e86..b0b5b31 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,7 @@ includes scripts to test relay implementations for spec compliance and common is ### https://github.com/lnproxy/lnproxy-client Go client for requesting and validating proxy invoices from relays. + +### https://github.com/shoupn/lnproxy + +@shoupn's implementation of an lnproxy relay in C#.