Skip to content

Javascript libraries for Internet Computer Protocol

License

Notifications You must be signed in to change notification settings

FireStack-Lab/icp-js

Repository files navigation

@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