Complete canister management functionality for ICP Agent Kit
@dfinity/ic-management
package and integrates with the IC Management Canister for all operations.create
method creates a new canister with specified settings:
.did
files using dfx generate
or the didc
tool.CANISTER_NOT_FOUND
- Canister doesn’t existINSUFFICIENT_CYCLES
- Not enough cyclesUNAUTHORIZED
- Not a controllerINVALID_WASM
- Invalid WASM moduleCycles Management
Controller Security
Code Deployment