A frontend template for building cross-chain NFT marketplaces.
- Cross-chain NFT trading UI components
- Responsive design for desktop and mobile
- Wallet connection integration
- NFT browsing and filtering
# Install dependencies
npm install
# Start development server
npm run dev
Edit .env
file to configure blockchain networks and API endpoints.
/components
- Reusable UI components/pages
- Application routes/styles
- CSS and theme files/utils
- Helper functions
- Node.js v14+
- Web3 wallet (MetaMask recommended)
MIT