icp_build_motoko_canister
Compile a Motoko canister project to WebAssembly with dfx, producing deployable artifacts for the Internet Computer.
Instructions
Compile a Motoko canister project to WASM using dfx. Requires dfx installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Motoko project (containing dfx.json) | |
| canister_name | No | Name of canister to build (default: auto-detect) |