Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 487 Bytes

File metadata and controls

28 lines (19 loc) · 487 Bytes

@ICP-JS packages

packages

  • icp-utils
  • icp-cryptos

Build from source files

Install lerna and typescript globally

yarn global add lerna && yarn global add typescript

Bootstrap and build

yarn bootstrap

Bundle

build umd and esm version javascript for each sub-packages, which can be accessed by import or require

yarn dist

All files are exported in packages/dist folder, use **.esm.js or **.umd.js format