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.
You can import the package in your TypeScript files as follows:
import { IMetadataProvider, Token, TokenType, ZKChainMetadata } from "@zkchainhub/shared";