Skip to content

Commit 182309c

Browse files
feat: add Albedo wallet support as a fallback connector (#816)
Add Albedo SDK integration alongside the existing Freighter wallet connection, giving users a choice between browser extension and web-based wallet options. Includes a unified WalletConnector component with a normalized wallet interface, Albedo-specific error handling (popup blocked, user cancelled), and persistent session storage. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 39b844c commit 182309c

9 files changed

Lines changed: 15899 additions & 370 deletions

File tree

‎frontend/package-lock.json‎

Lines changed: 14947 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎frontend/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"test": "vitest run"
1414
},
1515
"dependencies": {
16+
"@albedo-link/intent": "^0.13.0",
1617
"lucide-react": "^1.11.0",
1718
"react": "^18.3.1",
1819
"react-dom": "^18.3.1",
@@ -39,4 +40,4 @@
3940
"jsdom": "^29.1.1",
4041
"rollup-plugin-visualizer": "^5.12.0"
4142
}
42-
}
43+
}

0 commit comments

Comments
 (0)