Developer Tools
TODO: Write content for this page.
Overview of the ICP developer toolchain. Cover icp-cli (project management, deployment, identity), CDKs (Rust CDK via ic-cdk, Motoko compiler), icp.ninja playground for browser-based development, VS Code extensions, ic-wasm for Wasm optimization, and didc for Candid tools. Each tool gets a brief description and link to its documentation. Do not duplicate tool docs — link out.
- Portal: building-apps/developer-tools/dev-tools-overview.mdx, cdks/index.mdx, icp-ninja.mdx
- icskills: icp-cli
- icp-cli docs: https://dfinity.github.io/icp-cli/0.2/
- Rust CDK: https://docs.rs/ic-cdk/latest/ic_cdk/
- getting-started/quickstart — icp-cli in action
- guides/tools/migrating-from-dfx — migration guide
- languages/rust/index — Rust CDK details
- languages/motoko/index — Motoko tooling