Set up PeerSwap

Allows to swap sats in and out of Lightning channels without a 3rd party
(and their fees). Instead, swaps can be initiated directly with the
channel peer.

https://www.peerswap.dev/
This commit is contained in:
Râu Cao
2022-12-26 11:16:08 +07:00
parent b3465e186f
commit 4f1b1aff30
5 changed files with 104 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<% @config.each do |k, v| %>
<%= "lnd.#{k}=#{v}" %>
<% end %>