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

feat: support nwc connection urls #223

Merged
merged 3 commits into from
Dec 20, 2024
Merged

feat: support nwc connection urls #223

merged 3 commits into from
Dec 20, 2024

Conversation

im-adithya
Copy link
Member

@im-adithya im-adithya commented Dec 18, 2024

Fixes #75

You can now scan/click nostr+walletconnect: urls and it redirects to Alby Go and sets a new wallet (it only goes till name your wallet page, we can click cancel and terminate the process if the user doesn't wish to add a wallet)

@@ -14,76 +14,71 @@ export function Wallets() {
const selectedWalletId = useAppStore((store) => store.selectedWalletId);
const wallets = useAppStore((store) => store.wallets);
return (
<>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore these changes, just removed fragment

Copy link
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@im-adithya im-adithya merged commit c8a4576 into master Dec 20, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

Support nostr+walletconnect:// prefixes
2 participants