Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Cardano NFT marketplace starter template in Next.js and TypeScript for fixed-price NFT sales.

Open-source React 18 admin dashboard template with route-driven sidebar, permission routing, theme switching, and Ant Design.

Free, customizable website starters pre-integrated with BCMS headless CMS, built with Tailwind CSS for Next.js, Nuxt, Gatsby, Astro, and SvelteKit.

This is a simple gatsby serverless tutorial using (Netlify, Gatsby, Graphql and FaunaDB)

A Next.js template that turns React components into presentation slides with Tailwind CSS and Motion animations.
Marketplace Next.js TypeScript is a Cardano NFT marketplace boilerplate that pairs a fixed-price smart contract with a Next.js and TypeScript frontend, letting sellers list and buyers purchase NFTs.
Marketplace Next.js TypeScript is a starter template for a marketplace smart contract on the Cardano blockchain. It implements a fixed-price sales flow: a seller lists an NFT by setting a price, and any buyer can complete the purchase by paying that exact amount. The template is built with Next.js and TypeScript, and it lives in the MeshJS GitHub organization, referencing Mesh's React components, APIs, and guides for wallet connections and transaction building.
npx create-mesh-app leap -t marketplace -s next -l ts command, giving a typed React and Next.js codebase.The simplest way to start locally is to run the CLI command npx create-mesh-app leap -t marketplace -s next -l ts, which scaffolds the Next.js TypeScript template into a new project. Alternatively, you can use the Demeter link above to launch the repository in a Cardano Workspace on Demeter. Both paths produce the same marketplace starter app.
It provides a ready-to-run Cardano NFT marketplace where sellers list NFTs at a fixed price and buyers purchase them by paying that price. The template includes a smart contract, off-chain transaction logic through Mesh, and a Next.js frontend.
Run npx create-mesh-app leap -t marketplace -s next -l ts in your terminal. This command generates a new project using the marketplace template with Next.js and TypeScript, and you can then run it as a standard Next.js app.
Yes. The README includes a Demeter badge that opens the repository in a Cardano Workspace. The direct link is https://demeter.run/code?repository=https://github.com/MeshJS/marketplace-next-ts-template.git&template=typescript.
It uses the Cardano blockchain. All transactions and smart contracts are Cardano-native, and the frontend integrates with Cardano wallets through MeshJS.
