# @ton-contests/tact-utils

Tact utilities for TON Contests plaform.

## Usage

Install package

```
npm i @ton-contests/tact-utils
```

Add scripts to your `package.json` file

```json
{
  "build": "ton-contests-tact build",
  "pack": "ton-contests-tact pack"
}
```
