Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Add new command to generate new LNURL (w/ server's config) #16

Closed
chill117 opened this issue Jun 25, 2020 · 1 comment
Closed

CLI: Add new command to generate new LNURL (w/ server's config) #16

chill117 opened this issue Jun 25, 2020 · 1 comment

Comments

@chill117
Copy link
Owner

chill117 commented Jun 25, 2020

Example:

lnurl generateNewUrl \
        --configFile ./config.json \
        --tag "channelRequest" \
        --params '{"localAmt":2000,"pushAmt":0}'

Alternative:

lnurl generateNewUrl \
        --url "https://ln.server/u" \
        --store.backend "redis" \
        --store.config '{}' \
        --tag "channelRequest" \
        --params '{"localAmt":2000,"pushAmt":0}'
@chill117 chill117 changed the title CLI: Add new command to generate LNURL (w/ server's config) CLI: Add new command to generate new LNURL (w/ server's config) Jun 25, 2020
@chill117
Copy link
Owner Author

chill117 commented Oct 6, 2020

Done and will be available in the next release.

@chill117 chill117 closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant