Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

ton-core/tact

Repository files navigation

TACT has been moved to tact-lang/tact

⚠️ This repository marked as archived and no longer supported.

TACT language compiler

A next-gen smart contract language for TON.

Getting started

The easiest way to start is to use our project template and read getting started.

git clone https://github.com/ton-core/tact-template

Installation

TACT is distributed via NPM, to install tact into your project, you need:

yarn add ton-tact

TACT doesn't have environment dependencies and has everything built in. TACT's stdlib also distributed together with a compiler.

License

MIT