🛒 Install miniMerch
First get a Minima node, then install miniMerch
First get a Minima node, then install miniMerch
miniMerch runs on the Minima blockchain. You need a Minima node first.
The easiest way to create a shop. No terminal, no commands — just download and build.
Once you've built your shop in miniMerch Studio:
The miniMerch Inbox MiniDapp will appear in your MiniDapp Hub. Use it to view and manage orders from your customers.
Prefer the command line? Use the CLI version. Requires Node.js.
npm install -g @eurobuddha/mini-merch
mini-merch setup
Configure your shop settings
mini-merch generate
Generate your shop MiniDapp
mini-merch install
Install to your Minima node
Use npx to run without installing:
npx mini-merch setup
Install from nodejs.org if you see "command not found".
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:
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.