Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.34 KB

File metadata and controls

26 lines (21 loc) · 1.34 KB
title description
Concepts
Overview of core icp-cli concepts including project model, build lifecycle, environments, recipes, and canister discovery.

Understanding how icp-cli organizes and manages your project.

Core Concepts

Quick Reference

Term Definition
Project A directory containing icp.yaml and your canister source code
Canister A unit of deployment on the Internet Computer — your compiled WASM plus settings
Network An ICP network endpoint — local (managed by icp-cli) or remote (mainnet, testnet)
Environment A named deployment target combining a network with canister settings
Recipe A Handlebars template that generates build and sync configuration
Principal A public identifier for an identity or canister on the Internet Computer