From c1031bbe507623f8f196ff83aa5ea504cca05143 Mon Sep 17 00:00:00 2001 From: anon <109770337+lnproxy@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:22:29 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 29229cc..8fd0e86 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,13 @@ A minimalist lnproxy relay. A plain javascript interface for lnproxy relays, hosted at https://lnproxy.org and http://dx7pn6ehykq6cadce4bjbxn5tf64z7e3fufpxgxce7n4f5eja476cpyd.onion +. ### https://github.com/lnproxy/lnproxy-address A minimalist lightning address bridge that can, optionally, wrap invoices with an lnproxy relay and verify that they will be relayed securely. -### https://github.com/lnproxy/spec - -Draft spec for lnproxy relays and clients, -includes scripts to test relay implementations for spec compliance and common issues. - ### https://github.com/niteshbalusu11/lnproxy-ts @niteshbalusu11's implementation of an lnproxy relay in typescript. @@ -63,4 +59,4 @@ includes scripts to test relay implementations for spec compliance and common is ### https://github.com/lnproxy/lnproxy-client -golang client for requesting and validating proxy invoices from relays +Go client for requesting and validating proxy invoices from relays.