Skip to main content
Start with TON Connect integration for web applications to provide the best user experience. Use private key integration only for backend services or development environments where you control the private keys securely.

Install

TON Connect Manifest

Create a manifest file for your application:

Configure

An example of using TON Connect with the TAC SDK can be found in our create-tac-app.

Security Best Practices

Never expose private keys or mnemonics in client-side code. Always use environment variables or secure configuration management for sensitive data.

Client-Side Security

Server-Side Security