Generate Aztec contract TypeScript clients

aztec-typescriptskillsetup L2381
majiayu000/claude-skill-registry
What it does

Generate TypeScript client bindings for Aztec smart contract interaction

Best for

Rapid type-safe Aztec contract integration in frontend apps.

Inputs
  • · Aztec contract artifacts
  • · wallet address, node RPC endpoint
Outputs
  • · TypeScript contract client with type-safe methods
  • · transaction sender with fee payment
Requires
  • · @aztec/aztec.js
  • · aztec codegen
  • · Wallet/PK management
Preconditions
  • · aztec codegen run
  • · Artifacts generated in artifacts/
  • · Wallet connected
Failure modes
  • · Missing contract artifact
  • · Invalid wallet address
  • · RPC node timeout
Trust signals
  • · Fr/GrumpkinScalar field types
  • · SponsoredFeePaymentMethod pattern
  • · deploy() and at() contract lifecycle