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
- Scaffold the project into a new
my-appfolder:Terminalnpx giget@latest gh:cardano-foundation/developer-portal/examples/templates/mesh-nextjs my-app - Install dependencies and start the dev server:Terminal
cd my-app npm install cp .env.example .env npm run dev - Set the env values from the template README, then start building.