UNPKG

@ton-contests/tact-utils

Version:
21 lines (14 loc) 267 B
# @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" } ```