Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Start a new project on Next.js. This starter template consists of a connect wallet button and wallet integration.
Starter Next.js JavaScript is a boilerplate from MeshJS that scaffolds a new Next.js project with a ready-made connect-wallet button and Cardano wallet integration.
Starter Next.js JavaScript is a project template in the MeshJS starter template collection, designed to initialize a new Next.js (React) project via the create-mesh-app CLI. The template takes a CLI command as input and produces a local Next.js project that already includes a connect-wallet button and the basic wiring needed to connect Cardano wallets. It is maintained by the Mesh team and can also be launched in the Demeter.run cloud environment through the provided repository link.
npx create-mesh-app starter-next-js-template in a terminal.Cardano dApp developers — use the starter to get a running Next.js project with wallet connection ready to build on.
Frontend developers new to blockchain — use the included wallet button and Mesh guides to learn how wallet integration works in a React environment.
Web3 hobbyists — use the Demeter.run link to spin up a cloud workspace and experiment with wallet connection without installing dependencies locally.
The template is installed either by running npx create-mesh-app starter-next-js-template locally or by opening the provided Demeter.run badge link, which loads the repository into a cloud Cardano workspace. After setup, the generated project contains a connect-wallet button and the accompanying Mesh wallet integration. From there you can run the Next.js dev server and start modifying components to add your own features.
The template is named "Starter Next.js JavaScript," and its repository topics list JavaScript as the language. The Demeter.run link includes a TypeScript template parameter for the cardano workspace, but the starter itself is a JavaScript codebase.
The template consists of a connect wallet button and wallet integration, according to the official description. The underlying Mesh libraries provide React components and hooks for wallet connections and for reading wallet states, plus APIs for building transactions.
The page links to Mesh's Discord server for questions and suggestions, and to the official Twitter account for updates. You can also consult the Mesh guides at meshjs.dev/guides for web3 development walkthroughs.
The page shows a single CLI command, npx create-mesh-app starter-next-js-template, which suggests using npx (bundled with npm) to create and start the project. For the Demeter.run option, no local installation is required because the workspace runs in the cloud.
