Skip to content

thirdweb-example/token-marketplace

Repository files navigation

thirdweb Token Marketplace

A modern token marketplace and cross-chain bridge built with Next.js, Tailwind CSS, and the thirdweb SDK. Browse, search, and bridge tokens across multiple blockchains.

Live Demo: https://token-marketplace.thirdweb-preview.com/

Demo Demo Demo

Features

  • Browse and search tokens across supported chains
  • Cross-chain bridging with the thirdweb SDK
  • Responsive, modern design
  • Connect wallet and view balances

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • Yarn or npm
  • thirdweb clientId

Installation

# Clone the repo
git clone https://github.com/thirdweb-example/token-marketplace
cd token-marketplace

Install dependencies

npm install # or yarn install

Development

npm run dev # or yarn dev

Build for Production

npm run build # or yarn build

Project Structure

  • src/app/ — Main Next.js app pages
  • src/components/ — Reusable UI components
  • src/app/swap/ — Swap and token detail pages

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Links