This is an experimental implementation of a TACT language in typescript. This implementation aims to become production ready soon, but all developers must test their contracts before rolling out them in production.
Easiest way to start is to use our project template and read language overview.
git clone https://github.com/ton-community/tact-template
TACT is distributed via NPM, to install tact into your project, you need:
yarn install ton-tact
TACT doesn't have environment dependencies and have everything built in. TACT's stdlib also distributed together with a compiler.
MIT