New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tonappchain/artifacts

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonappchain/artifacts

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

latest
npmnpm
Version
0.0.18
Version published
Maintainers
4
Created
Source

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) 
    

FAQs

Package last updated on 05 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts