Skip to content

tact-lang/tact

Repository files navigation

Experimental Implementation of TACT language compiler

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.

Getting started

Easiest way to start is to use our project template and read language overview.

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

Installation

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.

Licence

MIT