Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

tact-lang/tact-deployer

Repository files navigation

Caution

Tact is deprecated. Please learn the Tolk language instead.

Tact Deployer

A lib to prepare deployment of a tact package

Installation

yarn add @tact-lang/deployer

Usage

import { prepareTactDeployment } from "@tact-lang/deployer";

const pkg = fs.readFileSync("my.pkg");
const data = fs.readFileSync("data.boc");

const deploymentUrl = await prepareTactDeployment({ pkg, data, testnet: false });

console.log(deploymentUrl); // https://verifier.ton.org/tactDeployer/QmRwiQbwjZqNwwUhhZfaSnHUr4bkrGF6cRXARkuMbZaJVD

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

4 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors