# @ton-contests/tolk-utils

Tolk utilities for TON Contests plaform.

## Usage

Install package

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

Add scripts to your `package.json` file

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