Skip to content

Javascript libraries for Internet Computer Protocol

License

Notifications You must be signed in to change notification settings

Myriads-Web3/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

About

Javascript libraries for Internet Computer Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.2%