This repo contains a plug n' play template for the Mirror World SDK Marketplace.
- Have a developer account on Mirror World Developer Dashboard
- Project API Key (Copy from your project on dashboard)
- Collection Addresses (Copy from your project on dashboard)
git clone git@github.com:mirrorworld-universe/marketplace-storefront.git
yarn install
3. Setup storefront userConfig.json
variables. Please put your API Key and Collection addresses in this config
Example config:
{
"collections": [
"Please enter your Collection ID"
],
"xApiKey": "Please enter your API Key",
"serviceFee": "Please enter your service fee (Recommended 4.25)",
"currencyOption": "Please enter your payment token",
"name": "Please enter your storefront name",
"logo": "Please enter your logo image URL",
"network": "Please enter your selected network "
}
yarn dev
You can deploy yoru Next.js site using Vercel or Netlify, or Cloudflare Pages.
MIT License