From b4fe78ebdc61a9f9724524b661d688aa3483a0e5 Mon Sep 17 00:00:00 2001 From: edouard Date: Sat, 19 Jun 2021 18:00:50 +0200 Subject: [PATCH] add examples README --- examples/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..38c4fa5 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,11 @@ +# lnurl_auth + +usage: + +* `ngrok http 8383` +* `SERVICE_URL=https://xxx.ngrok.io cargo run --example lnurl_auth --features="service"` + +then: + +* get qrcode: `localhost:8383/login` +* list connected users: `localhost:8383/users`