Create a new Aztec smart contract with boilerplate code
Generates Aztec smart contracts with boilerplate code, storage, and example functions.
/plugin marketplace add critesjosh/aztec-claude-plugin/plugin install critesjosh-aztec@critesjosh/aztec-claude-pluginCreate a new Aztec smart contract named "$ARGUMENTS" with the standard structure.
contracts/ if it doesn't existNargo.toml file with the necessary Aztec dependenciessrc/main.nr file with the contract boilerplate including:
#[aztec] attributedep::aztecUse the contract name provided by the user. If no name is provided, ask for one.
The contract should follow Aztec best practices and include helpful comments explaining each section.