|
1 | 1 | --- |
2 | 2 | sidebar_position: 1 |
3 | 3 | id: intro |
4 | | -title: Welcome to Blux Docs |
| 4 | +title: Blux |
5 | 5 | --- |
6 | 6 |
|
7 | | -Welcome to Blux Docs! This is the introduction page. |
| 7 | +Blux is a wallet infrastructure designed to make connecting to Stellar dApps effortless. |
| 8 | +With Blux, users can onboard quickly, whether they have a wallet or not. |
| 9 | +They can sign in using email, phone, social accounts like Google or Apple, passkeys, or external wallets. |
| 10 | +Our goal is to remove onboarding barriers while giving developers a reliable and flexible toolkit. |
| 11 | + |
| 12 | +Blux is more than just a wallet kit. It’s a complete onboarding solution built for flexibility. |
| 13 | +While there are existing SDKs on Stellar, such as StellarWalletsKit, |
| 14 | +Blux goes further by offering more authentication options and greater accessibility. |
| 15 | +It allows users to connect through multiple methods, making Stellar applications easier to use for a wider audience. |
| 16 | + |
| 17 | +Blux also provides a React library for Stellar with TypeScript-ready code and built-in hooks to interact with the network. |
| 18 | +Developers can use these hooks for transaction signing, retrieving data, and other key blockchain interactions. |
| 19 | +Additionally, Blux includes wallet functionalities like send, swap, transaction history, balance display, and on/off-ramp modals. |
| 20 | + |
| 21 | +The wallet modal is highly customizable, allowing developers to adjust the design, layout, and branding to fit their dApp. |
| 22 | +To make integration even easier, we’ve built a live demo page where developers can test and modify the UI to match their needs. |
| 23 | + |
| 24 | + |
| 25 | +### Demo |
| 26 | + |
| 27 | +[Try it out](https://demo.blux.cc) |
0 commit comments