Analysis updated 2026-05-18
Run a Monero-only online marketplace that works over Tor without requiring buyers to enable JavaScript.
Set up a vendor marketplace with built-in escrow, dispute resolution, and PGP-based two-factor authentication.
Host a category-based product marketplace with digital, physical, and in-person delivery type support.
Deploy an anonymous commerce platform with strict browser security headers and no stored user wallets.
| erebusprojectreborn/erebusmarketplacescript | mugisha-eric-250/employeemanagementsystem | mugisha-eric-250/employeerecruitmentmanagementsystem | |
|---|---|---|---|
| Stars | 4 | 12 | 12 |
| Language | Blade | Blade | Blade |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Monero Wallet RPC daemon alongside PHP 8.5+ and MySQL 8.0, detailed setup is in docs/INSTALLATION.md.
Erebus Marketplace Script is an open-source web application for running an anonymous online marketplace. It uses Monero (XMR) as its only accepted currency and is designed to work over Tor, the anonymous internet routing network. The project is built with PHP 8.5 and the Laravel 13 web framework and is described as a rewrite of an earlier project called Kabus Marketplace Script. The platform handles the full lifecycle of a marketplace: buyers browse products by category, add them to a cart, and pay with Monero. Vendors register (optionally paying a fee in Monero), list products, and receive payments through a walletless escrow system, where funds are held until a transaction is confirmed resolved. An admin panel provides tools for managing users, vendors, and disputes. Privacy and security are central to the design. The application requires no JavaScript to function, making it compatible with Tor Browser in its default security settings. All accounts use PGP keys for two-factor authentication. The code enforces strict browser security headers including a Content Security Policy that blocks inline scripts and external resources, along with HSTS, referrer policy controls, and rate limiting. Supported delivery types for products include digital downloads, physical cargo shipping, and dead drop. The category system supports three levels of hierarchy and vendors can set volume-based pricing tiers. Setup requires a web server running PHP, a MySQL database, and a running Monero Wallet RPC instance to handle payments. The README links to separate installation and Monero RPC configuration guides. The license is a custom one specific to this project, not a standard open-source license.
An open-source Monero-only anonymous marketplace platform built with Laravel 13 and PHP 8.5, designed for Tor compatibility with no JavaScript required and PGP-based two-factor authentication.
Mainly Blade. The stack also includes PHP, Laravel 13, MySQL.
Custom license specific to this project, review LICENSE.md for permitted uses and restrictions.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.