alefmanvladimir / tact

TACT Compiler main repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TACT Compiler main repository

License:MIT License


Languages

Language:TypeScript 98.1%Language:HTML 1.7%Language:JavaScript 0.2%