tact
tact copied to clipboard
TACT Compiler main repository
TACT language compiler
Next-generation TON smart contract language.
- Documentation
- Changelog
- Examples
Getting started
The easiest way to start is to use our project template and read getting started.
git clone https://github.com/ton-community/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