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/
- Browse and search tokens across supported chains
- Cross-chain bridging with the thirdweb SDK
- Responsive, modern design
- Connect wallet and view balances
- Node.js (v18+ recommended)
- Yarn or npm
- thirdweb clientId
# Clone the repo
git clone https://github.com/thirdweb-example/token-marketplace
cd token-marketplace
npm install # or yarn install
npm run dev # or yarn dev
npm run build # or yarn build
src/app/
— Main Next.js app pagessrc/components/
— Reusable UI componentssrc/app/swap/
— Swap and token detail pages
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.