Front End Quick Start
Get started with TAC development in minutes
This guide will help you start building/modifying your EVM frontend with TAC SDK. You’ll learn how to set up the SDK and make your first cross-chain transaction that will trigger your solidity code deployed on TAC.
Installation
Install the TAC SDK using npm:
Basic Setup
Once you’ve installed the SDK, you can start building. Here’s a basic setup to get you started:
1
Import dependencies
2
Initialize TON Connect
3
Create a TAC SDK instance
Making Your First Cross-Chain Transaction
Here’s a simple example of making a cross-chain transaction:
API Endpoints
You can use these public endpoints for development:
Next Steps
Now that you’ve made your first cross-chain transaction, you can:
- Learn about Proxy Apps to understand how TAC handles cross-chain communication
- Check the Integration Guide for detailed steps on integrating your EVM app
- Explore the complete JavaScript SDK Reference