Usage
Everything you can do with the Blux core SDK once a user is connected.
The blux object is your main interface for interacting with connected users. Once a user is authenticated, you can open the profile modal, submit transactions, sign messages, and more — all with built-in UI handled for you.
import { blux } from "@bluxcc/core";Fund Me
Let users on-ramp fiat into crypto straight to their Stellar wallet.
Login
Authenticate users in your Stellar dApp with Blux's built-in login flow.
Profile
Open the Blux profile modal for connected users to manage their account.
Send Transaction
Sign and submit a transaction to the Stellar network using Blux.
Sign Auth Entry
Sign a Soroban authorization entry with the connected wallet using Blux.
Sign Message
Request a signed message from the connected user using Blux.
Sign Transaction
Sign a transaction with the connected wallet without submitting it.