Can you add some install and run instructions for the Go dummies?
Ideally also a Docker-compose 😀
Now it's fucking done.
https://github.com/0ceanSlim/core-lnurl
Lnurl Server, connect to CLN through Rest RPC using a rune and fetches and invoice for the requester for the users node.
nostr:nprofile1qqsfy229w70e8lgtxavlz9t78k06yrel6fxyhreteafqet8kfxhhwmg2c6av2 #BuildonL2
Can you add some install and run instructions for the Go dummies?
Ideally also a Docker-compose 😀
Just install go. Copy the config example to config.yml and add your configs. Then just run go run to spin up the server. Or do go build to make a binary executable you can run. I'll make a binary for release at some point but I want to make it a bit better.
readme updated and a binary release has been made 😉