Skip to main content
← Back to templates
Maintainer pick

Mesh

Connect a wallet, read the balance, and send ADA. A Next.js starter built on Mesh.

New to building on Cardano? Start with the Build a dApp guide.

Get started

  1. Scaffold the project into a new my-app folder:
    Terminal
    npx giget@latest gh:cardano-foundation/developer-portal/examples/templates/mesh-nextjs my-app
  2. Install dependencies and start the dev server:
    Terminal
    cd my-app
    npm install
    cp .env.example .env
    npm run dev
  3. Set the env values from the template README, then start building.
Read the template README on GitHub