Documentation v0.8.4

First Step

Welcome to the core integration guide. Here, we transition from theoretical sovereignty to cryptographic reality. Follow these levels to deploy your first audited game asset.

LVL 2

Displaying the Identity

Every transaction on the Flow blockchain requires a verified account address. The Blsqui SDK exposes a reactive store to bind player identity to your UI effortlessly.

// Svelte Logic: Accessing the Global User Store
import { user } from "@blsqui/sdk";

// Use the $ symbol for reactivity
console.log("Connected to:", $user.addr);
LVL 3

Deploying the Fire Sword

This is the Successor Handshake. By mounting an asset through the protocol, you bypass the marketplace tax and secure a 1:1 revenue stream for your studio.