🛒 Install miniMerch

First get a Minima node, then install miniMerch

Step 1: Get a Minima Node

miniMerch runs on the Minima blockchain. You need a Minima node first.

📱 Choose Your Platform

Install Minima on your device:

🤖 Android 🍎 macOS 🪟 Windows 🐧 Linux
Checking Minima node...

Step 2: Install miniMerch Studio

The easiest way to create a shop. No terminal, no commands — just download and build.

🖥 Download the App

Available for macOS and Windows:

🍎 Download for macOS 🪟 Download for Windows

Quick Setup

  1. Download the installer for your platform
  2. Run the installer (macOS: drag to Applications, Windows: run the .exe)
  3. Open miniMerch Studio
  4. Enter your Minima address and public key
  5. Add your products
  6. Click "Generate Shop" — done!

📖 View full installation guide →

Step 3: Access Your Shop

Once you've built your shop in miniMerch Studio:

  1. Install to your node: The Studio will install your shop and inbox MiniDapps directly to your Minima node.
  2. Open your Wallet: Go to the MiniDapp Hub at https://127.0.0.1:9003
  3. Start selling: Your shop is live! Share your shop link with customers.
💡 Manage Orders

The miniMerch Inbox MiniDapp will appear in your MiniDapp Hub. Use it to view and manage orders from your customers.

Developers: CLI Option

Prefer the command line? Use the CLI version. Requires Node.js.

npm install -g @eurobuddha/mini-merch

CLI Commands

mini-merch setup

Configure your shop settings

mini-merch generate

Generate your shop MiniDapp

mini-merch install

Install to your Minima node

💡 No Install Needed

Use npx to run without installing:

npx mini-merch setup
💡 Need Node.js?

Install from nodejs.org if you see "command not found".

Troubleshooting

macOS: Go to System Settings → Privacy & Security → scroll down and click "Open Anyway".

Windows: Click "More info" then "Run anyway" on the SmartScreen warning.

Open your Minima node and go to:

  • MDS → Status for your Public Key
  • Wallet MiniDapp for your Address (starts with Mx...)

Install Node.js from nodejs.org. This includes npm automatically.

Fix npm permissions:

mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc

Then try installing again.