Installation
npm install @icp-sdk/canisterspnpm add @icp-sdk/canistersYou might need to install the peer dependencies of @icp-sdk/canisters manually:
pnpm install @dfinity/ckbtc @dfinity/cketh @dfinity/cmc @dfinity/ic-management @dfinity/ledger-icp @dfinity/ledger-icrc @dfinity/nns @dfinity/sns @dfinity/utils @icp-sdk/corebun add @icp-sdk/canistersyarn add @icp-sdk/canistersYou might need to install the peer dependencies of @icp-sdk/canisters manually:
yarn add @dfinity/ckbtc @dfinity/cketh @dfinity/cmc @dfinity/ic-management @dfinity/ledger-icp @dfinity/ledger-icrc @dfinity/nns @dfinity/sns @dfinity/utils @icp-sdk/coreWe do not recommend using the CDN distribution of the @icp-sdk/canisters package for production applications.
It can constitute a security risk, because the CDN can potentially serve a different IC mainnet root key.