Generate → Compile → Deploy. Choose Node or Python. Stream logs, fetch artifacts, and ship faster.
Copy, paste, and run. Works out‑of‑the‑box.
Install the CLI for your preferred runtime
Refer to the npm README for the authoritative command list and flags.
import { AcadClient } from "@blockxai/camp-codegen";
const client = new AcadClient();
const jobId = await client.start_pipeline_auto("ERC721 with minting");
const final = await client.wait_for_completion(jobId, { streamLogs: true });
console.log("Final:", final);
const sources = await client.get_sources(jobId);Everything you need to get productive