Installation
The @icp-sdk/core is a single, unified package that contains all the modules you need to interact with the Internet Computer.
npm install @icp-sdk/corepnpm add @icp-sdk/corebun add @icp-sdk/coreyarn add @icp-sdk/coreWe do not recommend using the CDN distribution of the @icp-sdk/core package for production applications.
It can constitute a security risk, because the CDN can potentially serve a different IC mainnet root key.