Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit c64aeb6

Browse files
committed
chore: add getstarted
1 parent f09f3c3 commit c64aeb6

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

docs/02-get-started.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
sidebar_position: 2
3+
id: get-started
4+
title: Get Started
5+
---
6+
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)

docs/index.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
---
22
sidebar_position: 1
33
id: intro
4-
title: Welcome to Blux Docs
4+
title: Blux
55
---
66

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

Comments
 (0)