diff --git a/docs/tools/developer-tools/wallets.mdx b/docs/tools/developer-tools/wallets.mdx index b7862ea565..0f325614a8 100644 --- a/docs/tools/developer-tools/wallets.mdx +++ b/docs/tools/developer-tools/wallets.mdx @@ -19,7 +19,7 @@ The Stellar Wallets Kit supports many wallets including: - Freighter - Hana - Ledger Hardware Wallet -- Trezor Handware Wallet +- Trezor Hardware Wallet - Lobstr - Rabet - WalletConnect @@ -47,6 +47,38 @@ Estimates the XLM requirements for wallets looking to use sponsored reserves and - [Simplified spreadsheet](https://docs.google.com/spreadsheets/d/1Vhk__s-ZrJLEgEs3N2oGEsI35RKPixD5w-qQ6uGYnO0/edit?gid=270060868#gid=270060868) - [Tutorial article and video](https://cheesecakelabs.com/blog/stellar-lumens-xlm-cost-estimator/) +### [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/). + ### [Dfns](https://www.dfns.co/) A wallet-as-a-service platform that streamlines digital asset operations, offering full wallet feature support, including automatic detection of asset and NFT balances (when applicable), on-chain transfer history, asset transfers, transaction broadcasting, and signature generation. 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