About
Products
Team
Follow the news and ask questions in our Telegram.
About
What we Do
Products
Contact
Empowering Developers, Building
on TON Blockchain
TonTech is a team of TON experts supported by TON Foundation and powered by TOP, focused on supporting developers building on TON Blockchain.
rocket
Our goal & mission
TonTech is to support the growth and development of TON ecosystem by providing a comprehensive suite of tools and services for developers working on TON Blockchain.
The goal make it easier for developers to build and deploy smart contracts and decentralized applications on TON.
70+
Companies Supported
800K+
DevTools Downloads
100M+
TON Connect Wallets
What we Do
Develop libraries, SDKs, and solutions
for developers to write applications for the TON network.
Offer consulting and audit services
to help developers build and deploy smart contracts and dApps on TON.
Provide research and development standards
that can be integrated into TON to improve its functionality and capabilities.
Our Products

() initializeProject (int team_size) {
    var project = learnTon()
        .buildTeam(team_size)
        .findFunding() ;; acquire investments
        .createUnicorn();
   
    changeWorld(project); 
}

() startProject (int team_size) {
    var project = learnTon()
        .buildTeam(team_size)
        .findFunding() ;; secure investments
        .createUnicorn();
}
shadowshadowshadow