tact
⚡ Tact compiler for TON blockchain—build secure, efficient smart contracts with powerful tooling and seamless integration
How to download and setup tact
Open terminal and run command
git clone https://github.com/tact-lang/tact.git
git clone is used to create a copy or clone of tact repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with tact https://github.com/tact-lang/tact/archive/master.zip
Or simply clone tact with SSH
[email protected]:tact-lang/tact.git