Skip to main content

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-feature-fumodocs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

How-to guides explain how AppKit features work, then show the code path for using them in an app. Start with Get started for installation and the smallest setup. Use these guides when you need both the model behind a feature and the practical code that drives it.

Core setup

GuideWhat it covers
AppKitRuntime state, configuration, lifecycle, and React provider setup.
Connect to a walletWallet and connector model, connect UI, selected wallet, and errors.
ProvidersAPI clients, streaming providers, swap providers, and staking setup.
NetworksMainnet, testnet, default network, API clients, and mismatch checks.

Wallet data and assets

GuideWhat it covers
Read balancesToncoin and jetton reads for the selected wallet or any address.
Send ToncoinToncoin transfer flow, amount handling, and settlement checks.
Send jettonsJetton metadata, decimals, transfer requests, and settlement checks.
NFTsNFT reads, rendering, transfer requests, and ownership verification.
Sign dataText, binary, and cell signatures with verifier-side checks.
StreamingLive balance, jetton, and transaction updates.

Product flows

GuideWhat it covers
SwapsQuote freshness, provider routing, build flow, and settlement.
StakingStake and unstake quotes, provider metadata, balances, and sends.
OnrampFiat redirects, crypto deposits, provider status, and completion.
GaslessJetton-paid fees, relayer estimates, wallet signing, and sends.
Use UI widgetsDefault UI, render props, hooks, and vertical flow components.

Conventions

Every guide assumes an AppKit instance and the React provider are already mounted unless it is showing setup. Code samples use public package imports and keep product-state decisions separate from wallet approval.