Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ton-community/tact
TACT Compiler main repository
https://github.com/ton-community/tact
compiler func ton
Last synced: 4 months ago
JSON representation
TACT Compiler main repository
- Host: GitHub
- URL: https://github.com/ton-community/tact
- Owner: ton-community
- Archived: true
- Created: 2022-11-23T11:10:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T09:49:07.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:55:27.746Z (6 months ago)
- Topics: compiler, func, ton
- Language: TypeScript
- Homepage: https://docs.tact-lang.org
- Size: 5.34 MB
- Stars: 32
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# TACT language compiler
Next-generation TON smart contract language.
* [Documentation](https://docs.tact-lang.org)
* [Changelog](/CHANGELOG.md)
* [Examples](/examples/)## Getting started
The easiest way to start is to use our [project template](https://github.com/ton-community/tact-template) and read [getting started](https://docs.tact-lang.org).
```
git clone https://github.com/ton-community/tact-template
```## Installation
TACT is distributed via NPM, to install tact into your project, you need:
```bash
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