@tonappchain/artifacts
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

TAC Artifacts

This repository contains all build artifacts for TAC/TON chains.

Usage

  1. Install the package using npm:

        npm i @tonappchain/artifacts
  2. 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) 

Readme

Keywords

none

Package Sidebar

Install

npm i @tonappchain/artifacts

Weekly Downloads

208

Version

0.0.18

License

none

Unpacked Size

1.81 MB

Total Files

194

Last publish

Collaborators

  • ak_koks
  • danila_m
  • peregudov.sergey
  • tonappchain_tech