# Applications overview (https://037c9e19.docs-50g.pages.dev/llms/applications/overview/content.md)



Integrate TON into applications and wallet services, manage payments, or interact with the blockchain directly.

## SDKs [#sdks]

There are many libraries for accessing and interacting with blockchain in dApps and tools written in various programming languages: [SDKs](https://037c9e19.docs-50g.pages.dev/llms/applications/sdks/content.md). For an overview of the blockchain APIs that many SDKs are built around, see the [API overview](https://037c9e19.docs-50g.pages.dev/llms/api/overview/content.md).

## TON Connect [#ton-connect]

[TON Connect](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/overview/content.md) is the standard wallet connection protocol for the TON blockchain. It enables applications and wallets to communicate with each other in a standardized way.

* Specification repository on GitHub: [`ton-blockchain/ton-connect`](https://github.com/ton-blockchain/ton-connect)
* NPM packages:
  * [`@tonconnect/ui-react`](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/api-reference/ui-react/content.md) — hooks and prebuilt components for React
  * [`@tonconnect/ui`](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/api-reference/ui/content.md) — framework-agnostic UI, same components without React bindings
  * [`@tonconnect/sdk`](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/api-reference/sdk/content.md) — headless connector for server-side flows or custom UI
  * [`@tonconnect/protocol`](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/api-reference/protocol/content.md) — wire-format types and session cryptography for wallet and SDK implementations

Read more about [TON Connect](https://037c9e19.docs-50g.pages.dev/llms/applications/ton-connect/overview/content.md).

## Payment processing [#payment-processing]

Conceptual overview of correct ways of monitoring and handling blockchain transactions for business applications: [Payment processing](https://037c9e19.docs-50g.pages.dev/llms/applications/payments/overview/content.md).
