We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Routes:
/
/join
/{id}
/{id}/ln/send
/{id}/ln/receive
/{id}/ecash/receive
/{id}/ecash/send
Docs: https://leptos-rs.github.io/leptos/router/index.html
Note: Make sure an user needs to joined a federation before navigating to other routes. Special case: Deep-links!
The text was updated successfully, but these errors were encountered:
sectore
No branches or pull requests
Routes:
/
Show simple ui while checking joined / not joined state/join
Join Federation/{id}
- joined federation/{id}/ln/send
- send lightning invoice/{id}/ln/receive
- receive lightning invoice/{id}/ecash/receive
- send ecash invoice/{id}/ecash/send
- send ecash invoiceDocs: https://leptos-rs.github.io/leptos/router/index.html
Note: Make sure an user needs to joined a federation before navigating to other routes. Special case: Deep-links!
The text was updated successfully, but these errors were encountered: