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";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
Submit a signed transaction to the Stellar network using Blux.
Sign Message
Request a signed message from the connected user using Blux.