ITZA Developer Test Suite

Wallets, WebSocket events, queries, estimates, and transfers with only a few SDK calls.

Initializing Cluster 1 · dev

Create Wallet

Create from the active cluster buffer or request another cluster directly.

await itza.create_wallet(passphrase, cluster)

Login / Recover Wallet

Generate deterministically from credentials or recover from a mnemonic.

await itza.js_login_wallet(username, password, cluster)

Wallet Query

Query live wallet data through the active WebSocket connection.

const data = await itza.query_wallet(wallet)

Transfer Test

Build one signed transaction, then estimate or submit it over WebSocket.

const tx = itza.create_tx_transfer(key, to, BigInt(amount), senderPays)

WebSocket Events

Register wallet interest, direct messaging, and receive callbacks.

await itza.register_interest(wallet, 1, callback)
Push notificaiton key: