This repository contains all build artifacts for TAC/TON chains.
-
Install the package using npm:
npm i @tonappchain/artifacts
-
Use inside your code, e.g.:
import { testnet, mainnet } from '@tonappchain/artifacts'; // get compiled Cross Chain Layer code on testnet in hex format and use it yourFunction(testnet.ton.compilationArtifacts.CrossChainLayerCompiled.hex)