diff --git a/docs/tools/developer-tools/wallets.mdx b/docs/tools/developer-tools/wallets.mdx index b7862ea565..724c3a41ca 100644 --- a/docs/tools/developer-tools/wallets.mdx +++ b/docs/tools/developer-tools/wallets.mdx @@ -7,6 +7,38 @@ sidebar_position: 130 # Wallet Integration +### [Blux](https://blux.cc/) + +Blux is wallet infrastructure built specifically for Stellar dApps, designed to make user onboarding seamless, even for those who have never used a Stellar wallet before. Newcomers can sign in instantly with credentials they already use, while existing Stellar users can connect their preferred wallet, all through a single integration, so no one has to set up a wallet before getting started. + +![Blux](/assets/dev-tools/blux_demo.gif) + +Beyond traditional wallets, Blux lets users sign in with: + +- **Email** +- **Social accounts**, including Google, Discord, GitHub, X, LinkedIn, and more +- **Passkeys** + +Blux supports a broad range of Stellar ecosystem wallets: + +- Freighter +- Rabet +- WalletConnect +- HOT Wallet +- Hana +- xBull +- Lobstr +- Albedo +- Bitget +- OneKey +- Ledger Hardware Wallet +- Trezor Hardware Wallet +- and more... + +For developers, Blux ships with a comprehensive set of pre-built hooks and modals covering transaction signing, balance checking, swaps, transaction history, and on/off-ramp flows. Its SDKs offer type-safe, TypeScript-first APIs for both React and vanilla JavaScript, and the fully configurable modal system can be tailored to match each dApp's branding. You can also track and review user analytics directly from the Blux dashboard. + +Learn more in the [Blux documentation](https://docs.blux.cc/). + ### [Stellar Wallet Kit](https://github.com/Creit-Tech/Stellar-Wallets-Kit/) A simple-to-use wallet kit to manage integration to multiple Stellar ecosystem wallet. Learn more about how to integrate this library from [the Stellar Wallets Kit Docs](https://stellarwalletskit.dev/). @@ -19,7 +51,7 @@ The Stellar Wallets Kit supports many wallets including: - Freighter - Hana - Ledger Hardware Wallet -- Trezor Handware Wallet +- Trezor Hardware Wallet - Lobstr - Rabet - WalletConnect diff --git a/static/assets/dev-tools/blux_demo.gif b/static/assets/dev-tools/blux_demo.gif new file mode 100644 index 0000000000..4393f271d7 Binary files /dev/null and b/static/assets/dev-tools/blux_demo.gif differ