Skip to content

Latest commit

 

History

History

shared

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ZKchainHub Shared package

The @zkchainhub/shared package provides shared utilities, types, constants and logger. This package is designed to be used across the packages of this monorepo to ensure consistency and reusability.

Usage

Importing the Package

You can import the package in your TypeScript files as follows:

import { IMetadataProvider, Token, TokenType, ZKChainMetadata } from "@zkchainhub/shared";