Learn
Developer guides for building on VIZ.
Read your first blockFetch a VIZ block by number and inspect the operations it contains.
5 minbeginner
Query an accountRead account balances, SHARES, and current energy percentage.5 minbeginner
Transfer VIZMove liquid VIZ between accounts with an optional memo.5 minbeginner
Power up & power downConvert liquid VIZ to capital (SHARES) and back with the staking lifecycle.10 minbeginner
Stream live operationsConnect to the WebSocket feed and react to operations in real time.10 minintermediate
Send an awardUse @viz-cx/core to construct, sign, and broadcast an award operation.10 minintermediate
Delegate SHARESLend capital and energy to other accounts without giving up ownership.10 minintermediate
Onboard users with invitesFund an invite and register a fresh, capitalized account from a secret.10 minintermediate
Sign in with VIZPasswordless auth: sign a challenge with a key, get a bearer session token.10 minintermediate
React to events with webhooksGet signed op deliveries pushed to your server — no persistent socket.10 minintermediate
Build a tip botStream live transfers and auto-award senders — a complete app in ~40 lines.15 minadvanced
Store app data with custom opsUse the custom operation as an on-chain data layer for your own app protocol.15 minadvanced