Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Gaming and In-App Assets
Games and consumer apps often need a fast asset layer more than they need chain-specific infrastructure. Uniblock is useful here because the same integration can expose fungible rewards, NFT inventory, transfer history, and event-driven updates across multiple chains.Best-fit workflows
- Player inventory views
- Reward token balance displays
- NFT item ownership checks
- Real-time notifications for item or reward transfers
- Backend services that read contract state or submit transactions
Recommended APIs
Suggested implementation flow
1. Build the player asset view
Use token and NFT balance endpoints to show:- soft currency balances
- premium token balances
- inventory items and collectibles
2. Track gameplay-related movement
Transfer and transaction endpoints are useful for:- reward claim history
- marketplace purchases
- item transfers between wallets
- contract interactions tied to gameplay
3. Use webhooks for live state changes
Games benefit from event-driven updates more than most app categories. Use webhooks to trigger:- inventory refreshes
- reward claim confirmations
- contract event processing for on-chain game logic