# TON Docs ## Docs - [Blueprint TypeScript API](https://docs.ton.org/contract-dev/blueprint/api.md) - [Benchmarking performance](https://docs.ton.org/contract-dev/blueprint/benchmarks.md) - [Blueprint CLI](https://docs.ton.org/contract-dev/blueprint/cli.md) - [Configuring Blueprint](https://docs.ton.org/contract-dev/blueprint/config.md) - [Collecting test coverage](https://docs.ton.org/contract-dev/blueprint/coverage.md) - [Deployment and interaction](https://docs.ton.org/contract-dev/blueprint/deploy.md) - [Smart contract development](https://docs.ton.org/contract-dev/blueprint/develop.md) - [Blueprint overview](https://docs.ton.org/contract-dev/blueprint/overview.md) - [Contract sharding](https://docs.ton.org/contract-dev/contract-sharding.md) - [Debugging smart contracts](https://docs.ton.org/contract-dev/debug.md) - [Your first smart contract](https://docs.ton.org/contract-dev/first-smart-contract.md) - [Estimate gas usage in TON contracts](https://docs.ton.org/contract-dev/gas.md) - [TON plugin for IDEs from JetBrains](https://docs.ton.org/contract-dev/ide/jetbrains.md) - [IDEs and editor plugins for smart contract development](https://docs.ton.org/contract-dev/ide/overview.md) - [TON extension for Visual Studio Code (VS Code) and VSCode-based editors](https://docs.ton.org/contract-dev/ide/vscode.md) - [On-chain Jetton processing](https://docs.ton.org/contract-dev/on-chain-jetton-processing.md) - [Random number generation](https://docs.ton.org/contract-dev/random.md) - [Security best practices](https://docs.ton.org/contract-dev/security.md) - [Signing messages](https://docs.ton.org/contract-dev/signing.md) - [Overview](https://docs.ton.org/contract-dev/testing/overview.md) - [Reference](https://docs.ton.org/contract-dev/testing/reference.md) - [Upgrading contracts](https://docs.ton.org/contract-dev/upgrades.md) - [Using on-chain libraries](https://docs.ton.org/contract-dev/using-on-chain-libraries.md) - [How to use a vanity contract](https://docs.ton.org/contract-dev/vanity.md) - [Zero-knowledge proofs on TON](https://docs.ton.org/contract-dev/zero-knowledge.md) - [Aside component](https://docs.ton.org/contribute/snippets/aside.md) - [FileTree component](https://docs.ton.org/contribute/snippets/filetree.md) - [Image component](https://docs.ton.org/contribute/snippets/image.md) - [Using components and snippets](https://docs.ton.org/contribute/snippets/overview.md) - [Documentation style guide](https://docs.ton.org/contribute/style-guide.md) - [MCP servers](https://docs.ton.org/ecosystem/ai/mcp.md) - [Analytics and data providers](https://docs.ton.org/ecosystem/analytics.md) - [Overview](https://docs.ton.org/ecosystem/api/overview.md) - [Jetton prices API](https://docs.ton.org/ecosystem/api/price.md) - [Get your TON Center API key](https://docs.ton.org/ecosystem/api/toncenter/get-api-key.md) - [Introduction](https://docs.ton.org/ecosystem/api/toncenter/introduction.md) - [Rate limits](https://docs.ton.org/ecosystem/api/toncenter/rate-limit.md) - [Get Nominator Bookings Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/get-nominator-bookings-method.md): Get nominator bookings (debits and credits) in specified pool. - [Get Nominator Earnings Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/get-nominator-earnings-method.md): Get nominator income in specified pool with his stake on each timepoint. - [Get Nominator Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/get-nominator-method.md): Get nominator data in given pool (the only in list) or, if pool is not specified, in all pools where nominator stakes. - [Get Pool Bookings Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/get-pool-bookings-method.md): Get all the bookings (debits and credits) in specified pool. - [Get Pool Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/get-pool-method.md): Get pool data with all its nominators. - [Lifecheck Method](https://docs.ton.org/ecosystem/api/toncenter/smc-index/lifecheck-method.md): Check if there are any bookings in the last 19 hours. Returns status "ok" if bookings exist, "dead" otherwise. - [API authentication](https://docs.ton.org/ecosystem/api/toncenter/v2-authentication.md) - [API error codes](https://docs.ton.org/ecosystem/api/toncenter/v2-errors.md) - [Tonlib type identifiers](https://docs.ton.org/ecosystem/api/toncenter/v2-tonlib-types.md) - [Convert raw address to user-friendly format](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/convert-raw-address-to-user-friendly-format.md): Convert an address from raw to human-readable format. - [Convert user-friendly address to raw format](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/convert-user-friendly-address-to-raw-format.md): Convert an address from human-readable to raw format. - [Detect all address formats](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/detect-all-address-formats.md): Get all possible address forms. - [Get account balance only](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-account-balance-only.md): Get balance (in nanotons) of a given address. - [Get account lifecycle state](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-account-lifecycle-state.md): Get state of a given address. State can be either *unitialized*, *active* or *frozen*. - [Get account state and balance](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-account-state-and-balance.md): Get basic information about the address: balance, code, data, last_transaction_id. - [Get detailed account state (extended)](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-detailed-account-state-extended.md): Similar to previous one but tries to parse additional information for known contract types. This method is based on tonlib's function *getAccountState*. For detecting wallets we recommend to use *getWalletInformation*. - [Get NFT or Jetton metadata](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-nft-or-jetton-metadata.md): Get NFT or Jetton information. - [Get wallet information](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/get-wallet-information.md): Retrieve wallet information. This method parses contract state and currently supports more wallet types than getExtendedAddressInformation: simple wallet, standard wallet, v3 wallet, v4 wallet. - [List account transactions](https://docs.ton.org/ecosystem/api/toncenter/v2/accounts/list-account-transactions.md): Get transaction history of a given address. - [Get block header metadata](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-block-header-metadata.md): Get metadata of a given block. - [Get latest consensus block](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-latest-consensus-block.md): Get consensus block and its update timestamp. - [Get latest masterchain info](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-latest-masterchain-info.md): Get up-to-date masterchain state. - [Get masterchain block signatures](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-masterchain-block-signatures.md): Get up-to-date masterchain state. - [Get outgoing message queue sizes](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-outgoing-message-queue-sizes.md): Get info with current sizes of messages queues by shards. - [Get shard block proof](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-shard-block-proof.md): Get merkle proof of shardchain block. - [Get shards at masterchain seqno](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-shards-at-masterchain-seqno.md): Get shards information. - [Get smart contract libraries](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/get-smart-contract-libraries.md): Get libraries codes. - [List block transactions](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/list-block-transactions.md): Get transactions of the given block. - [List block transactions (extended details)](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/list-block-transactions-extended-details.md): Get transactions of the given block. - [Look up block by height, LT, or timestamp](https://docs.ton.org/ecosystem/api/toncenter/v2/blocks/look-up-block-by-height-lt-or-timestamp.md): Look up block by either *seqno*, *lt* or *unixtime*. - [Get all config parameters](https://docs.ton.org/ecosystem/api/toncenter/v2/config/get-all-config-parameters.md): Get cell with full config. - [Get single config parameter](https://docs.ton.org/ecosystem/api/toncenter/v2/config/get-single-config-parameter.md): Get config by id. - [JSON-RPC handler](https://docs.ton.org/ecosystem/api/toncenter/v2/json-rpc/json-rpc-handler.md): All methods in the API are available through JSON-RPC protocol ([spec](https://www.jsonrpc.org/specification)). - [Estimate transaction fees](https://docs.ton.org/ecosystem/api/toncenter/v2/messages-and-transactions/estimate-transaction-fees.md): Estimate fees required for query processing. *body*, *init-code* and *init-data* accepted in serialized format (b64-encoded). - [Send external message and return hash](https://docs.ton.org/ecosystem/api/toncenter/v2/messages-and-transactions/send-external-message-and-return-hash.md): Send serialized BoC file: fully packed and serialized external message to blockchain. The method returns message hash. - [Send external message (BoC)](https://docs.ton.org/ecosystem/api/toncenter/v2/messages-and-transactions/send-external-message-boc.md): Send serialized BoC file: fully packed and serialized external message to blockchain. - [Send unpacked external query](https://docs.ton.org/ecosystem/api/toncenter/v2/messages-and-transactions/send-unpacked-external-query.md): Send query - unpacked external message. This method takes address, body and init-params (if any), packs it to external message and sends to network. All params should be BoC-serialized. - [Overview](https://docs.ton.org/ecosystem/api/toncenter/v2/overview.md) - [Run get-method on contract](https://docs.ton.org/ecosystem/api/toncenter/v2/smart-contracts/run-get-method-on-contract.md): Run get method on smart contract. - [Locate result transaction by incoming message](https://docs.ton.org/ecosystem/api/toncenter/v2/transactions/locate-result-transaction-by-incoming-message.md): Same as previous. Locate outcoming transaction of *destination* address by incoming message - [Locate source transaction by outgoing message](https://docs.ton.org/ecosystem/api/toncenter/v2/transactions/locate-source-transaction-by-outgoing-message.md): Locate incoming transaction of *source* address by outcoming message. - [Locate transaction by incoming message](https://docs.ton.org/ecosystem/api/toncenter/v2/transactions/locate-transaction-by-incoming-message.md): Locate outcoming transaction of *destination* address by incoming message. - [API authentication](https://docs.ton.org/ecosystem/api/toncenter/v3-authentication.md) - [API error codes](https://docs.ton.org/ecosystem/api/toncenter/v3-errors.md) - [Pagination](https://docs.ton.org/ecosystem/api/toncenter/v3-pagination.md) - [Address Book](https://docs.ton.org/ecosystem/api/toncenter/v3/accounts/address-book.md): Query address book - [Get Account States](https://docs.ton.org/ecosystem/api/toncenter/v3/accounts/get-account-states.md): Query account states - [Get Wallet States](https://docs.ton.org/ecosystem/api/toncenter/v3/accounts/get-wallet-states.md): Query wallet information - [Metadata](https://docs.ton.org/ecosystem/api/toncenter/v3/accounts/metadata.md): Query address metadata - [Get Actions](https://docs.ton.org/ecosystem/api/toncenter/v3/actions-and-traces/get-actions.md): Get actions by specified filter. - [Get Pending Actions](https://docs.ton.org/ecosystem/api/toncenter/v3/actions-and-traces/get-pending-actions.md): Get actions by specified filter. - [Get Pending Traces](https://docs.ton.org/ecosystem/api/toncenter/v3/actions-and-traces/get-pending-traces.md): Get traces by specified filter. - [Get Traces](https://docs.ton.org/ecosystem/api/toncenter/v3/actions-and-traces/get-traces.md): Get traces by specified filter. - [Estimate Fee](https://docs.ton.org/ecosystem/api/toncenter/v3/apiv2/estimate-fee.md): Estimate fees required for query processing. Fields body, init-code and init-data accepted in serialized format (b64-encoded). - [Get Address Information](https://docs.ton.org/ecosystem/api/toncenter/v3/apiv2/get-address-information.md): Get smart contract information. - [Get Wallet Information](https://docs.ton.org/ecosystem/api/toncenter/v3/apiv2/get-wallet-information.md): Get wallet smart contract information. The following wallets are supported: `v1r1`, `v1r2`, `v1r3`, `v2r1`, `v2r2`, `v3r1`, `v3r2`, `v4r1`, `v4r2`, `v5beta`, `v5r1`. In case the account is not a wallet error code 409 is returned. - [Run Get-Method](https://docs.ton.org/ecosystem/api/toncenter/v3/apiv2/run-get-method.md): Run get method of smart contract. Stack supports only `num`, `cell` and `slice` types: ``` [ { "type": "num", "value": "0x12a" }, { "type": "cell", "value": "te6..." // base64 encoded boc with cell }, { "type": "slice", "value": "te6..." // base64 encoded boc with slice } ] ``` - [Send Message](https://docs.ton.org/ecosystem/api/toncenter/v3/apiv2/send-message.md): Send an external message to the TON network. - [Get Adjacent Transactions](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-adjacent-transactions.md): Get parent and/or children for specified transaction. - [Get blocks](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-blocks.md): Returns blocks by specified filters. - [Get masterchain block shard state](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-masterchain-block-shard-state.md): Get masterchain block shard state. Same as /api/v2/shards. - [Get masterchain block shard state](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-masterchain-block-shard-state-1.md): Returns all worchain blocks, that appeared after previous masterchain block. - [Get Masterchain Info](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-masterchain-info.md): Get first and last indexed block - [Get messages](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-messages.md): Get messages by specified filters. - [Get pending transactions](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-pending-transactions.md): Get pending transactions by specified filter. - [Get transactions](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-transactions.md): Get transactions by specified filter. - [Get transactions by Masterchain block](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-transactions-by-masterchain-block.md): Returns transactions from masterchain block and from all shards. - [Get transactions by message](https://docs.ton.org/ecosystem/api/toncenter/v3/blockchain-data/get-transactions-by-message.md): Get transactions whose inbound/outbound message has the specified hash. \ - [Get DNS Records](https://docs.ton.org/ecosystem/api/toncenter/v3/dns/get-dns-records.md): Query DNS records by specified filters. Currently .ton and .t.me DNS are supported. - [Get Jetton Burns](https://docs.ton.org/ecosystem/api/toncenter/v3/jettons/get-jetton-burns.md): Get Jetton burns by specified filters - [Get Jetton Masters](https://docs.ton.org/ecosystem/api/toncenter/v3/jettons/get-jetton-masters.md): Get Jetton masters by specified filters - [Get Jetton Transfers](https://docs.ton.org/ecosystem/api/toncenter/v3/jettons/get-jetton-transfers.md): Get Jetton transfers by specified filters - [Get Jetton Wallets](https://docs.ton.org/ecosystem/api/toncenter/v3/jettons/get-jetton-wallets.md): Get Jetton wallets by specified filters - [Get Multisig Orders](https://docs.ton.org/ecosystem/api/toncenter/v3/multisig/get-multisig-orders.md): Get multisig orders by specified filters - [Get Multisig Wallets](https://docs.ton.org/ecosystem/api/toncenter/v3/multisig/get-multisig-wallets.md): Get multisig contracts by specified filters with associated orders - [Get NFT collections](https://docs.ton.org/ecosystem/api/toncenter/v3/nfts/get-nft-collections.md): Get NFT collections by specified filters - [Get NFT items](https://docs.ton.org/ecosystem/api/toncenter/v3/nfts/get-nft-items.md): Get NFT items by specified filters - [Get NFT Transfers](https://docs.ton.org/ecosystem/api/toncenter/v3/nfts/get-nft-transfers.md): Get transfers of NFT items by specified filters - [Overview](https://docs.ton.org/ecosystem/api/toncenter/v3/overview.md) - [Get Top Accounts By Balance](https://docs.ton.org/ecosystem/api/toncenter/v3/stats/get-top-accounts-by-balance.md): Get list of accounts sorted descending by balance. - [Decode Opcodes and Bodies](https://docs.ton.org/ecosystem/api/toncenter/v3/utils/decode-opcodes-and-bodies.md): Decode opcodes and message bodies. Opcodes can be in hex (with or without 0x prefix) or decimal format. Bodies should be in base64 or hex format. - [Decode Opcodes and Bodies](https://docs.ton.org/ecosystem/api/toncenter/v3/utils/decode-opcodes-and-bodies-1.md): Decode opcodes and message bodies. Opcodes can be in hex (with or without 0x prefix) or decimal format. Bodies should be in base64 or hex format. Use POST method for long parameters that may be truncated in GET requests. - [Get Vesting Contracts](https://docs.ton.org/ecosystem/api/toncenter/v3/vesting/get-vesting-contracts.md): Get vesting contracts by specified filters - [How to initialize the TON Connect's AppKit](https://docs.ton.org/ecosystem/appkit/init.md) - [How to work with Jettons using AppKit](https://docs.ton.org/ecosystem/appkit/jettons.md) - [AppKit: SDK for decentralized applications (dApps)](https://docs.ton.org/ecosystem/appkit/overview.md) - [How to work with Toncoin using AppKit](https://docs.ton.org/ecosystem/appkit/toncoin.md) - [Bridges](https://docs.ton.org/ecosystem/bridges.md) - [Overview](https://docs.ton.org/ecosystem/explorers/overview.md) - [Using Tonviewer](https://docs.ton.org/ecosystem/explorers/tonviewer.md) - [Integrate MyTonCtrl with Prometheus](https://docs.ton.org/ecosystem/nodes/cpp/integrating-with-prometheus.md) - [Telegram alerting](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/alerting.md) - [Backup](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/backups.md): MyTonCtrl bundles helper scripts for creating and restoring node backups. - [BTC Teleport](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/btc-teleport.md): The BTC Teleport module manages the optional Bitcoin bridge (Teleport) client shipped with MyTonCtrl. Use these commands to inspect proposals, vote on them, or remove the Teleport installation when no longer needed. - [Collator](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/collator.md): Collator mode lets a node produce blocks for selected shardchains without running the full validator stack. The commands below help you configure local collators, adjust the validator allowlist, and manage collator-specific configuration JSON. - [Core](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/core.md): Inspecting node health, managing modes and settings, maintaining the software stack, and running diagnostics. - [Custom overlays](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/custom-overlays.md): Sets up a custom overlay to speed up synchronization for a group of nodes. - [Installer](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/installer.md): MyTonInstaller complements MyTonCtrl by bootstrapping and maintaining TON node components. - [Liquid staking](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/liquid-staking.md): Liquid staking mode orchestrates controller deployment and maintenance for jetton-based staking pools. The commands below cover controller lifecycle management, funding flows, validator-set updates, and diagnostic helpers. - [Overview](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/overview.md) - [Nominator pools](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/pools.md): Pool-focused commands help you manage validator-run nominator pools and Orbs single-nominator pools. The console exposes utilities that create local pool descriptors, deploy the contracts on-chain, and move stake in or out. - [Utilities](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/utilities.md): Utility commands provide quick inspection and helper tools for accounts, bookmarks, governance artifacts, and validator data. - [Validator](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/validator.md): Validator mode automates governance voting, election participation, efficiency tracking, and the local collator registry. - [Wallet](https://docs.ton.org/ecosystem/nodes/cpp/mytonctrl/wallet.md): Wallet mode provides convenience utilities for generating, activating, importing, exporting, and moving funds between TON wallets managed by MyTonCtrl. - [Run a validator](https://docs.ton.org/ecosystem/nodes/cpp/run-validator.md): Run a validator node with MyTonCtrl - [Setting up a local blockchain using MyLocalTon](https://docs.ton.org/ecosystem/nodes/cpp/setup-mylocalton.md): Install MyLocalTon to spin up a self-contained TON network for development and testing. - [Run a node with MyTonCtrl](https://docs.ton.org/ecosystem/nodes/cpp/setup-mytonctrl.md): Provision hardware, install MyTonCtrl, and follow runbooks for validator, liteserver, or archive roles. - [Blockchain nodes overview](https://docs.ton.org/ecosystem/nodes/overview.md): Pick the right TON node setup and understand the operational work it requires. - [Architecture reference](https://docs.ton.org/ecosystem/nodes/rust/architecture.md) - [How to configure global JSON file](https://docs.ton.org/ecosystem/nodes/rust/global-config.md) - [How to configure logging YAML file](https://docs.ton.org/ecosystem/nodes/rust/logs-config.md) - [Metrics](https://docs.ton.org/ecosystem/nodes/rust/metrics.md) - [Monitoring](https://docs.ton.org/ecosystem/nodes/rust/monitoring.md) - [How to configure node JSON file](https://docs.ton.org/ecosystem/nodes/rust/node-config.md) - [Node configuration reference](https://docs.ton.org/ecosystem/nodes/rust/node-config-ref.md) - [Health probes](https://docs.ton.org/ecosystem/nodes/rust/probes.md) - [Rust node quick start](https://docs.ton.org/ecosystem/nodes/rust/quick-start.md) - [Oracles overview](https://docs.ton.org/ecosystem/oracles/overview.md) - [Pyth oracle](https://docs.ton.org/ecosystem/oracles/pyth.md) - [RedStone oracle](https://docs.ton.org/ecosystem/oracles/redstone.md) - [SDKs](https://docs.ton.org/ecosystem/sdks.md) - [Liquid staking contracts](https://docs.ton.org/ecosystem/staking/liquid-staking.md) - [Nominator pool contracts](https://docs.ton.org/ecosystem/staking/nominator-pools.md) - [Staking overview](https://docs.ton.org/ecosystem/staking/overview.md) - [Single nominator pool contracts](https://docs.ton.org/ecosystem/staking/single-nominator.md) - [Network status](https://docs.ton.org/ecosystem/status.md) - [Telegram analytics](https://docs.ton.org/ecosystem/tma/analytics/analytics.md) - [API Endpoints](https://docs.ton.org/ecosystem/tma/analytics/api-endpoints.md) - [FAQ](https://docs.ton.org/ecosystem/tma/analytics/faq.md) - [Installation via NPM package](https://docs.ton.org/ecosystem/tma/analytics/install-via-npm.md) - [Installation via script tag](https://docs.ton.org/ecosystem/tma/analytics/install-via-script.md) - [Managing integration](https://docs.ton.org/ecosystem/tma/analytics/managing-integration.md) - [Preparations](https://docs.ton.org/ecosystem/tma/analytics/preparation.md) - [Supported events](https://docs.ton.org/ecosystem/tma/analytics/supported-events.md) - [TMA create CLI](https://docs.ton.org/ecosystem/tma/create-mini-app.md) - [TMA: Telegram Mini Apps overview](https://docs.ton.org/ecosystem/tma/overview.md) - [Getting started](https://docs.ton.org/ecosystem/tma/telegram-ui/getting-started.md) - [Overview](https://docs.ton.org/ecosystem/tma/telegram-ui/overview.md) - [AppRoot component](https://docs.ton.org/ecosystem/tma/telegram-ui/platform-and-palette.md) - [Avatar](https://docs.ton.org/ecosystem/tma/telegram-ui/reference/avatar.md) - [How to integrate a decentralized application (dApp)](https://docs.ton.org/ecosystem/ton-connect/dapp.md) - [TON Connect manifests](https://docs.ton.org/ecosystem/ton-connect/manifest.md) - [Message lookup](https://docs.ton.org/ecosystem/ton-connect/message-lookup.md) - [TON Connect overview](https://docs.ton.org/ecosystem/ton-connect/overview.md) - [How to integrate a wallet with TON](https://docs.ton.org/ecosystem/ton-connect/wallet.md) - [API reference](https://docs.ton.org/ecosystem/ton-pay/api-reference.md) - [On-ramp in TON Pay SDK](https://docs.ton.org/ecosystem/ton-pay/on-ramp.md) - [TON Pay SDK overview](https://docs.ton.org/ecosystem/ton-pay/overview.md) - [How to send payments using TON Pay React hook](https://docs.ton.org/ecosystem/ton-pay/payment-integration/payments-react.md) - [How to send payments using TON Connect](https://docs.ton.org/ecosystem/ton-pay/payment-integration/payments-tonconnect.md) - [How to check status and retrieve info](https://docs.ton.org/ecosystem/ton-pay/payment-integration/status-info.md) - [How to build a transfer](https://docs.ton.org/ecosystem/ton-pay/payment-integration/transfer.md) - [Quick start](https://docs.ton.org/ecosystem/ton-pay/quick-start.md) - [How to add a TON Pay button using JS](https://docs.ton.org/ecosystem/ton-pay/ui-integration/button-js.md) - [How to add a TON Pay button using React](https://docs.ton.org/ecosystem/ton-pay/ui-integration/button-react.md) - [Webhooks](https://docs.ton.org/ecosystem/ton-pay/webhooks.md) - [Addresses workflow](https://docs.ton.org/ecosystem/wallet-apps/addresses-workflow.md) - [Deep links](https://docs.ton.org/ecosystem/wallet-apps/deep-links.md) - [How to get coins on testnet](https://docs.ton.org/ecosystem/wallet-apps/get-coins.md) - [Tonkeeper](https://docs.ton.org/ecosystem/wallet-apps/tonkeeper.md) - [wallet.ton.org](https://docs.ton.org/ecosystem/wallet-apps/web.md) - [How to retrieve wallet information, jettons, and NFTs with WalletKit on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/data.md) - [How to connect to dApp and handle wallet events on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/events.md) - [How to initialize the TON Connect's WalletKit on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/init.md) - [How to install the TON Connect's WalletKit on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/installation.md) - [How to transfer Toncoin, Jettons and NFTs with WalletKit on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/transactions.md) - [How to manage TON wallets with WalletKit on the Android platform](https://docs.ton.org/ecosystem/walletkit/android/wallets.md) - [How to inject TON's WalletKit into WebView on Android platform](https://docs.ton.org/ecosystem/walletkit/android/webview.md) - [Custodian integration for in-wallet browsers and browser extensions](https://docs.ton.org/ecosystem/walletkit/browser-extension.md) - [How to retrieve wallet information, jettons, and NFTs with WalletKit on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/data.md) - [How to connect to dApp and handle wallet events on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/events.md) - [How to initialize the TON Connect's WalletKit on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/init.md) - [How to install the TON Connect's WalletKit on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/installation.md) - [How to transfer Toncoin, Jettons and NFTs with WalletKit on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/transactions.md) - [How to manage TON wallets with WalletKit on the iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/wallets.md) - [How to inject TON's WalletKit into WebView on iOS platform](https://docs.ton.org/ecosystem/walletkit/ios/webview.md) - [Custodian integration for native and web wallets](https://docs.ton.org/ecosystem/walletkit/native-web.md) - [WalletKit: SDK for custodial and non-custodial wallet services](https://docs.ton.org/ecosystem/walletkit/overview.md) - [Integration QA guide](https://docs.ton.org/ecosystem/walletkit/qa-guide.md) - [How to handle connections with WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/connections.md) - [How to handle other events with WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/events.md) - [How to initialize the TON Connect's WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/init.md) - [How to work with Jettons using WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/jettons.md) - [How to work with NFTs using WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/nfts.md) - [How to work with Toncoin using WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/toncoin.md) - [How to manage TON wallets with WalletKit on the Web platform](https://docs.ton.org/ecosystem/walletkit/web/wallets.md) - [Change library](https://docs.ton.org/foundations/actions/change-library.md) - [Actions](https://docs.ton.org/foundations/actions/overview.md) - [Reserve coins](https://docs.ton.org/foundations/actions/reserve.md) - [Send message](https://docs.ton.org/foundations/actions/send.md) - [Set code](https://docs.ton.org/foundations/actions/set-code.md) - [Deriving addresses](https://docs.ton.org/foundations/addresses/derive.md) - [Internal address formats](https://docs.ton.org/foundations/addresses/formats.md) - [Addresses overview](https://docs.ton.org/foundations/addresses/overview.md) - [Reading and writing addresses](https://docs.ton.org/foundations/addresses/serialize.md) - [Blockchain config](https://docs.ton.org/foundations/config.md) - [Catchain & BCP visualizer](https://docs.ton.org/foundations/consensus/catchain-visualizer.md): Interactive visual simulation of Catchain + BCP rounds - [Transaction fees](https://docs.ton.org/foundations/fees.md) - [Glossary](https://docs.ton.org/foundations/glossary.md) - [Blockchain limits](https://docs.ton.org/foundations/limits.md) - [Deploy message](https://docs.ton.org/foundations/messages/deploy.md) - [Incoming external messages](https://docs.ton.org/foundations/messages/external-in.md) - [Outbound external messages](https://docs.ton.org/foundations/messages/external-out.md) - [Internal messages](https://docs.ton.org/foundations/messages/internal.md) - [Sending modes](https://docs.ton.org/foundations/messages/modes.md) - [Ordinary transactions](https://docs.ton.org/foundations/messages/ordinary-tx.md) - [Overview](https://docs.ton.org/foundations/messages/overview.md) - [Execution phases](https://docs.ton.org/foundations/phases.md) - [Precompiled contracts](https://docs.ton.org/foundations/precompiled.md) - [Overview](https://docs.ton.org/foundations/proofs/overview.md) - [Liteserver proof verification](https://docs.ton.org/foundations/proofs/verifying-liteserver-proofs.md) - [Bag of cells](https://docs.ton.org/foundations/serialization/boc.md) - [Cells](https://docs.ton.org/foundations/serialization/cells.md) - [Library references](https://docs.ton.org/foundations/serialization/library.md) - [Merkle proofs](https://docs.ton.org/foundations/serialization/merkle.md) - [Merkle updates](https://docs.ton.org/foundations/serialization/merkle-update.md) - [Pruned branches](https://docs.ton.org/foundations/serialization/pruned.md) - [Web3 services](https://docs.ton.org/foundations/services.md) - [Blockchain sharding](https://docs.ton.org/foundations/shards.md) - [Account status](https://docs.ton.org/foundations/status.md) - [System contracts](https://docs.ton.org/foundations/system.md) - [Traces](https://docs.ton.org/foundations/traces.md) - [Catchain consensus: an outline](https://docs.ton.org/foundations/whitepapers/catchain.md): Whitepaper by Dr. Nikolai Durov - [Overview](https://docs.ton.org/foundations/whitepapers/overview.md) - [Telegram Open Network (TON) Blockchain Specification](https://docs.ton.org/foundations/whitepapers/tblkch.md): Whitepaper by Dr. Nikolai Durov - [The Open Network](https://docs.ton.org/foundations/whitepapers/ton.md): Whitepaper by Dr. Nikolai Durov - [Telegram Open Network Virtual Machine](https://docs.ton.org/foundations/whitepapers/tvm.md): Whitepaper by Dr. Nikolai Durov - [Coming from Ethereum](https://docs.ton.org/from-ethereum.md) - [Get support](https://docs.ton.org/get-support.md) - [Tact language](https://docs.ton.org/languages/tact.md) - [Complex and non-trivial examples](https://docs.ton.org/languages/tl-b/complex-and-non-trivial-examples.md) - [Overview](https://docs.ton.org/languages/tl-b/overview.md) - [Simple examples](https://docs.ton.org/languages/tl-b/simple-examples.md) - [Syntax and semantics](https://docs.ton.org/languages/tl-b/syntax-and-semantics.md) - [TEP examples](https://docs.ton.org/languages/tl-b/tep-examples.md) - [Tooling](https://docs.ton.org/languages/tl-b/tooling.md) - [Basic syntax](https://docs.ton.org/languages/tolk/basic-syntax.md) - [Changelog](https://docs.ton.org/languages/tolk/changelog.md) - [Tolk contract examples](https://docs.ton.org/languages/tolk/examples.md) - [Assembler functions](https://docs.ton.org/languages/tolk/features/asm-functions.md) - [Automatic serialization](https://docs.ton.org/languages/tolk/features/auto-serialization.md) - [Compiler optimizations](https://docs.ton.org/languages/tolk/features/compiler-optimizations.md) - [Contract getters](https://docs.ton.org/languages/tolk/features/contract-getters.md) - [Contract storage](https://docs.ton.org/languages/tolk/features/contract-storage.md) - [Forward payload in jettons](https://docs.ton.org/languages/tolk/features/jetton-payload.md) - [Lazy loading](https://docs.ton.org/languages/tolk/features/lazy-loading.md) - [Handling messages](https://docs.ton.org/languages/tolk/features/message-handling.md) - [Sending messages](https://docs.ton.org/languages/tolk/features/message-sending.md) - [Standard library](https://docs.ton.org/languages/tolk/features/standard-library.md) - [FunC-to-Tolk converter](https://docs.ton.org/languages/tolk/from-func/converter.md) - [Standard libraries comparison](https://docs.ton.org/languages/tolk/from-func/stdlib-comparison.md) - [Tolk vs FunC](https://docs.ton.org/languages/tolk/from-func/tolk-vs-func.md) - [Idioms and conventions](https://docs.ton.org/languages/tolk/idioms-conventions.md) - [Tolk language](https://docs.ton.org/languages/tolk/overview.md) - [Conditions and loops](https://docs.ton.org/languages/tolk/syntax/conditions-loops.md) - [Exceptions in Tolk](https://docs.ton.org/languages/tolk/syntax/exceptions.md) - [Functions and methods](https://docs.ton.org/languages/tolk/syntax/functions-methods.md) - [Imports and name resolution](https://docs.ton.org/languages/tolk/syntax/imports.md) - [Mutability](https://docs.ton.org/languages/tolk/syntax/mutability.md) - [Operators](https://docs.ton.org/languages/tolk/syntax/operators.md) - [Pattern matching](https://docs.ton.org/languages/tolk/syntax/pattern-matching.md) - [Structures and fields](https://docs.ton.org/languages/tolk/syntax/structures-fields.md) - [Variables](https://docs.ton.org/languages/tolk/syntax/variables.md) - [Address](https://docs.ton.org/languages/tolk/types/address.md) - [Type aliases](https://docs.ton.org/languages/tolk/types/aliases.md) - [Booleans](https://docs.ton.org/languages/tolk/types/booleans.md) - [Callables](https://docs.ton.org/languages/tolk/types/callables.md) - [Cells, slices, builders](https://docs.ton.org/languages/tolk/types/cells.md) - [Enums](https://docs.ton.org/languages/tolk/types/enums.md) - [Generic structs and aliases](https://docs.ton.org/languages/tolk/types/generics.md) - [Type system overview](https://docs.ton.org/languages/tolk/types/list-of-types.md) - [Maps](https://docs.ton.org/languages/tolk/types/maps.md) - [Nullable types and null safety](https://docs.ton.org/languages/tolk/types/nullable.md) - [Numbers](https://docs.ton.org/languages/tolk/types/numbers.md) - [Serialization](https://docs.ton.org/languages/tolk/types/overall-serialization.md) - [TVM stack representation](https://docs.ton.org/languages/tolk/types/overall-tvm-stack.md) - [Strings as slices](https://docs.ton.org/languages/tolk/types/strings.md) - [Structures](https://docs.ton.org/languages/tolk/types/structures.md) - [Tensors](https://docs.ton.org/languages/tolk/types/tensors.md) - [Tuples](https://docs.ton.org/languages/tolk/types/tuples.md) - [Type checks and casts](https://docs.ton.org/languages/tolk/types/type-checks-and-casts.md) - [Union types](https://docs.ton.org/languages/tolk/types/unions.md) - [Void and never types](https://docs.ton.org/languages/tolk/types/void-never.md) - [Other resources](https://docs.ton.org/more-tutorials.md) - [Old documentation](https://docs.ton.org/old.md) - [Jettons payments processing](https://docs.ton.org/payments/jettons.md) - [Payment processing overview](https://docs.ton.org/payments/overview.md) - [Toncoin payments processing](https://docs.ton.org/payments/toncoin.md) - [Airdrop](https://docs.ton.org/standard/tokens/airdrop.md) - [API](https://docs.ton.org/standard/tokens/jettons/api.md) - [Burn](https://docs.ton.org/standard/tokens/jettons/burn.md) - [Jetton comparison](https://docs.ton.org/standard/tokens/jettons/comparison.md) - [How to find Jetton wallet](https://docs.ton.org/standard/tokens/jettons/find.md) - [How it works](https://docs.ton.org/standard/tokens/jettons/how-it-works.md) - [How to mint new jettons](https://docs.ton.org/standard/tokens/jettons/mint.md) - [How to deploy mintless Jetton](https://docs.ton.org/standard/tokens/jettons/mintless/deploy.md) - [Mintless Jetton](https://docs.ton.org/standard/tokens/jettons/mintless/overview.md) - [Overview](https://docs.ton.org/standard/tokens/jettons/overview.md) - [How to get supply data](https://docs.ton.org/standard/tokens/jettons/supply-data.md) - [How to transfer Jettons](https://docs.ton.org/standard/tokens/jettons/transfer.md) - [How to get Jetton wallet data](https://docs.ton.org/standard/tokens/jettons/wallet-data.md) - [Metadata](https://docs.ton.org/standard/tokens/metadata.md) - [API](https://docs.ton.org/standard/tokens/nft/api.md) - [NFT comparison](https://docs.ton.org/standard/tokens/nft/comparison.md) - [How to deploy an NFT item](https://docs.ton.org/standard/tokens/nft/deploy.md) - [NFT: How it works](https://docs.ton.org/standard/tokens/nft/how-it-works.md) - [How to get NFT item metadata](https://docs.ton.org/standard/tokens/nft/metadata.md) - [NFT 2.0](https://docs.ton.org/standard/tokens/nft/nft-2.0.md) - [NFT: Non-fungible token](https://docs.ton.org/standard/tokens/nft/overview.md) - [NFT: reference implementation](https://docs.ton.org/standard/tokens/nft/reference.md) - [SBT: How it works](https://docs.ton.org/standard/tokens/nft/sbt.md) - [How to transfer an NFT](https://docs.ton.org/standard/tokens/nft/transfer.md) - [How to verify NFT item](https://docs.ton.org/standard/tokens/nft/verify.md) - [Token overview](https://docs.ton.org/standard/tokens/overview.md) - [Vesting contracts](https://docs.ton.org/standard/vesting.md) - [Comparison](https://docs.ton.org/standard/wallets/comparison.md) - [Highload wallets](https://docs.ton.org/standard/wallets/highload/overview.md) - [Highload Wallet v2 — specification](https://docs.ton.org/standard/wallets/highload/v2/specification.md) - [How to create Highload Wallet v3](https://docs.ton.org/standard/wallets/highload/v3/create.md) - [How to send a batch of transfers](https://docs.ton.org/standard/wallets/highload/v3/send-batch-transfers.md) - [How to send a single transfer](https://docs.ton.org/standard/wallets/highload/v3/send-single-transfer.md) - [Highload Wallet v3 — specification](https://docs.ton.org/standard/wallets/highload/v3/specification.md) - [How to verify message is processed](https://docs.ton.org/standard/wallets/highload/v3/verify-is-processed.md) - [Wallets history](https://docs.ton.org/standard/wallets/history.md) - [How TON wallets work](https://docs.ton.org/standard/wallets/how-it-works.md) - [How to interact with wallet](https://docs.ton.org/standard/wallets/interact.md) - [Lockup wallet](https://docs.ton.org/standard/wallets/lockup.md) - [Mnemonics](https://docs.ton.org/standard/wallets/mnemonics.md) - [Performance benchmark](https://docs.ton.org/standard/wallets/performance.md) - [How to interact with Preprocessed Wallet V2](https://docs.ton.org/standard/wallets/preprocessed-v2/interact.md) - [Preprocessed Wallet V2 — specification](https://docs.ton.org/standard/wallets/preprocessed-v2/specification.md) - [Restricted wallet](https://docs.ton.org/standard/wallets/restricted.md) - [Wallet V4](https://docs.ton.org/standard/wallets/v4.md) - [Wallet V5](https://docs.ton.org/standard/wallets/v5.md) - [Wallet V5 API](https://docs.ton.org/standard/wallets/v5-api.md) - [Start here](https://docs.ton.org/start-here.md) - [Builders and Slices](https://docs.ton.org/tvm/builders-and-slices.md) - [Continuations](https://docs.ton.org/tvm/continuations.md) - [Exit codes](https://docs.ton.org/tvm/exit-codes.md) - [Gas](https://docs.ton.org/tvm/gas.md) - [Get methods](https://docs.ton.org/tvm/get-method.md) - [Initialization](https://docs.ton.org/tvm/initialization.md): State of TVM before smart contract execution - [Instructions](https://docs.ton.org/tvm/instructions.md): Interactive reference for TVM instructions - [TVM overview](https://docs.ton.org/tvm/overview.md) - [Registers](https://docs.ton.org/tvm/registers.md) - [Retracer](https://docs.ton.org/tvm/tools/retracer.md) - [TON Decompiler](https://docs.ton.org/tvm/tools/ton-decompiler.md) - [TVM Explorer](https://docs.ton.org/tvm/tools/tvm-explorer.md) - [TxTracer](https://docs.ton.org/tvm/tools/txtracer.md) ## OpenAPI Specs - [v3](https://docs.ton.org/ecosystem/api/toncenter/v3.yaml) - [v2](https://docs.ton.org/ecosystem/api/toncenter/v2.json) - [smc-index](https://docs.ton.org/ecosystem/api/toncenter/smc-index.json) - [openapi](https://docs.ton.org/api-reference/openapi.json) Built with [Mintlify](https://mintlify.com).