@tonappchain/artifacts
v0.0.10
Published
This repository contains all build artifacts for TAC/TON chains.
Downloads
438
Readme
TAC Artifacts
This repository contains all build artifacts for TAC/TON chains.
Usage
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)