blog

Deploy Multichain Dapps on Hedera in 60 Seconds with scaffold-hbar

July 17, 2026
Jake Hall
Jake Hall
Developer Relations Engineer, UK

TL;DR. One command spins up a working Hedera dapp with Next.js, a choice of Hardhat or Foundry, and AI agent context already wired in. Four built-in templates at launch with more shipping through the bounty window, plus a flagship cross-chain index strategy that takes ETH on Base and ends up holding native HBAR and an HTS token on Hedera. Built in the open with Buidler Labs.

npm create scaffold-hbar@latest


Why scaffold-hbar exists

Bootstrapping a dapp typically means picking an SDK, hunting through examples, and stitching config together before the first transaction lands on testnet. scaffold-hbar collapses that into a single command, so prototypes ship in seconds rather than days. Scaffold a project, pick a template, pick a Solidity framework, and the dev server is running. The templates ship with the patterns Hedera builders ask for most often, so projects start from best-practice foundations rather than a blank file.

For builders new to Hedera, scaffold-hbar is a fast path in. For existing Hedera developers, it is a modern monorepo template designed around Next.js, RainbowKit, and the scaffold-ui component library.

Three principles define scaffold-hbar: multichain-first (Hedera as part of a multichain stack, not isolated), AI-native (AI coding agents are first-class users of the toolchain), and pick your tools (developer ergonomics over forced migration). Each is covered in detail below.


Multichain-first, not Hedera-only

Many Hedera builders ship across multiple chains. scaffold-hbar treats that as the default, with bridge primitives wired in from the start, so multichain projects start from a working baseline rather than a blank Solidity file.

The bridge template ships with LayerZero, Chainlink CCIP, and Axelar wired in. The wiring is a solid starting point for production work. Going to production from there is the developer’s call, with the modifications, integration testing, and security audits any cross-chain deployment warrants.

The flagship community template goes further. It is a cross-chain index strategy. A user deposits on Base in ETH, LayerZero carries the message to Hedera, and on arrival the strategy contract splits funds 50/50 across two on-chain positions: native HBAR and HUSTLER, a custom HTS token created inside the template. The HUSTLER token and liquidity pool is created on first deploy, so the template doubles as a working walkthrough of HTS token creation, SaucerSwap integration, and LayerZero composition in a single project.

Four built-in templates are available at launch, with more shipping throughout the year:

      • blank. Minimal scaffold. Pick your own primitives.

      • hedera-demo. HTS, HCS, and Schedule Service in a cohesive template.

      • bridge. Cross-chain bridging through LayerZero, CCIP, or Axelar.

    And the flagship cross-chain index, opted into with the community org/repo form:

    npm create scaffold-hbar@latest --template hedera-dev/template-hedera-lz-app
    

    Every template is testnet-ready out of the box, with deploy scripts and detailed READMEs that match.


    AI-Native Foundations, Not Bolted-On

    AI coding agents are doing a growing share of the typing. Their fluency depends on the context they have access to and the languages they have seen the most. Hedera’s native SDKs are available in Python, JavaScript, and Go: the languages AI agents write best. Generated code drops straight into a Hedera project without translation, so building velocity stays high whether the developer or the agent is writing.

    AI agents also work from inferred user intent and prior patterns. A generic prompt for “mint a token” might generate ERC-20 logic by default, even when the project needs an HTS token created through the Hedera system contract. The remedy is targeted context.

    scaffold-hbar handles this during scaffolding. The CLI installs Hedera Skills by default: a package that loads Hedera context straight into the agent in your editor, covering system contracts, native services, the Hedera Agent Kit, and the day-to-day dev workflow tools. With Hedera Skills installed, Claude Code, Cursor, and Codex generate code that aligns with Hedera’s actual primitives from the first prompt onwards.

    AI coding agents are treated as first-class users of the toolchain.


    Pick Your Tools

    Developer ergonomics matter. Forcing a switch in package manager, Solidity framework, or component library is friction that kills projects before they start. scaffold-hbar meets developers where they already are.

    Each scaffolded project is a monorepo with:

        • A Next.js (App Router) frontend with RainbowKit, wagmi, viem, Tailwind, and DaisyUI

        • The scaffold-ui component library for Hedera-aware web3 UI (address inputs, balance displays, transaction signers)

        • A choice of Hardhat or Foundry for contracts, where the template supports both

        • Hedera testnet and mainnet networks pre-wired with Hashio RPC and Mirror Node endpoints

        • Built-in deployment scripts for supported templates, on both Hardhat and Foundry

        • One-command verification on HashScan

        • Yarn workspaces by default, with npm and pnpm supported alongside

        • Frontend-only or contracts-only scaffolds for projects that need just one half of the stack


      Built in the Open

      scaffold-hbar is MIT-licensed open source software, with Buidler Labs as the technical partner on the CLI and template architecture.


      Try It Now

      Pick a template, run the deploy command, and a working dapp is on Hedera testnet in under a minute.

          • Discord: join the conversation in #scaffold-hbar

        Back to Blog

        discover

        See more articles

        September 8, 2026

        How to unlock the full potential of HCS (and why it is not a database)

        HCS gives you fair ordering, consensus timestamps, and a tamper-resistant history. Pair it with an index or a database for queries.
        Read More
        WISeKey-SpaceDev
        September 4, 2026

        Hedera Council Grows Partner Network with New Strategic and Community Partners

        WISeKey joins as a Strategic Partner, bringing deep expertise in cybersecurity, digital identity, and IoT, alongside new Community Partner SpaceDev, a Latin American software company expanding Hedera’s reach and adoption
        Read More
        August 31, 2026

        x402 bounty on Hedera winners announced

        Meet the five winners of the x402 bounty on Hedera. Each received $1,000 for open source pay-per-request builds running on Hedera testnet.
        Read More