Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

File metadata and controls

21 lines (16 loc) · 1.03 KB

Concepts

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