Trying to understand how to set up a dev environment for payments and wallets #2178
Replies: 6 comments 2 replies
-
Does that mean you are including
You can also put that into .env.local. For reference, my .env.local looks like this with only the line that I need not commented out:
You can use
There are ATTACH docs in the wallets/ folder for almost every wallet. For example, here is the one for NWC.
You mean for, right? You can do that with the frontend like you would on https://stacker.news/. You can pay these invoices from the SN LND node (container name is
You can do that with
Thank you, looking into this right now! |
Beta Was this translation helpful? Give feedback.
-
Do you mean from or for?
Their attached wallets or their SN/custodial one for reward sats? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Alright some snips of logs below, same as @ed-kung with 503 on Subscribe to LND methods because of "self-signed cert". Tracking the ip addr via I am running this via docker in Ubuntu22.04 on WSL2. I noticed weird things happen in this environment happen when this full compose is running. Wonder if this is a weird WSL2 thing. I'll keep digging to try to do Snips from logs
|
Beta Was this translation helpful? Give feedback.
-
Oh, apparently Github does not mention in a discussion if it was mentioned in a PR. I fixed the SSL error in #2179. The error "self-signed certificate" is misleading because the issue is that it expired:
Letting LND generate a new one fixes this. Sorry for the bad initial experience @sutt 👀 |
Beta Was this translation helpful? Give feedback.
-
Woohoo, this works. Thank you @ekzyis. And not a bad experience at all, thanks for prompt fix. Explanation for those finding this discussion below... Simple fix:
Fix Explained
Inside this
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand how to set up a dev environment with payments and wallets enabled, something I've not done in the past.
Could anyone provide a rundown of the basic things to know? All I can tell so far is that a bitcoin and lightning regtest network are set up, but I'm not sure how to use these networks to do things like:
I'm also getting these error messages that I don't understand:
Beta Was this translation helpful? Give feedback.
All reactions