Back to App
HookSmith Docs

Getting Started with HookSmith

HookSmith is a developer tool that instantly transforms your smart contract ABIs into production-ready React hooks or full starter projects.

Instant Hooks

Paste your ABI and get a fully typed useContract hook with read/write functions pre-configured.

Full Starter Kits

Download a complete Next.js + Wagmi + Tailwind dApp pre-configured for your specific contract.

Why HookSmith?

  • Zero Boilerplate: Skip the manual Wagmi configuration.
  • Type-Safe: Generated hooks include full TypeScript definitions.
  • Bento UI: Starter kits come with a beautiful, modern design system.
  • Professional Code: Uses best practices (wagmi v2, tanstack query, viem).

Quick Start

  1. Get your ABI: Copy the ABI JSON array from your Hardhat/Foundry artifacts or Etherscan.
  2. Paste it in: Go to the Generator and paste the JSON.
  3. Generate: Click "Generate Interface" to see the magic happen.
  4. Export: Copy the React Hook code or download the full Starter Project ZIP.