create-web3cart-store
v1.1.1
Published
Create a Web3Cart crypto payment store with one command
Maintainers
Readme
create-web3cart-store
🛒 Create a Web3Cart crypto payment store with one command.
Quick Start
npx create-web3cart-store my-shopWhat is Web3Cart?
Web3Cart is a self-hosted, non-custodial crypto payment gateway that allows you to accept cryptocurrency payments without:
- ❌ Platform fees (0%)
- ❌ KYC requirements
- ❌ Account freezes
- ❌ Chargebacks
Features
- 🚀 One-command installation - Get your store running in minutes
- 💳 10+ blockchain networks - Ethereum, BSC, Polygon, Arbitrum, Base, and more
- 🔐 Non-custodial - Funds go directly to your wallet
- 📦 Self-hosted PHP - You own your code and data
- 🎨 Beautiful admin panel - Manage products, orders, and settings
Installation
Prerequisites
- Node.js 16+
- PHP 8.0+
- MySQL 8.0+
- Web3 Wallet (MetaMask, etc.)
- Web3Cart License Key
Interactive Installation
npx create-web3cart-store my-shopThe CLI will guide you through:
- License verification
- Database configuration
- Site settings
- Admin account setup
After CLI completes, open the provided URL to connect your wallet and complete on-chain registration.
With Options
# Skip database setup (configure manually later)
npx create-web3cart-store my-shop --skip-db
# Provide license key inline
npx create-web3cart-store my-shop --license "xpayr_your_key_here"Post-Installation
After the CLI completes:
- Open the wallet registration URL shown in the terminal
- Connect your MetaMask wallet
- Select your blockchain network (BSC, Ethereum, etc.)
- Complete on-chain registration
Then access your store:
- Frontend:
https://yourdomain.com - Admin Panel:
https://yourdomain.com/admin
License
Get your license at web3cart.site
Support
- 📖 Documentation: https://web3cart.site/docs
- 💬 Discord: https://discord.gg/web3cart
- 🐦 Twitter: https://twitter.com/web3cart
Links
- Website: https://web3cart.site
- GitHub: https://github.com/devburaq/Web3Cart-E-Commerce
- Demo: https://web3cart.site/demo
Made with ❤️ by Web3Cart
