A next-gen smart contract language for TON.
The easiest way to start is to use our project template and read getting started.
git clone https://github.com/tact-lang/tact-template
TACT is distributed via NPM, to install tact into your project, you need:
yarn add @tact-lang/compiler
TACT doesn't have development environment dependencies and has everything built in. TACT's stdlib also distributed together with a compiler.
MIT