MeteorPay is a high-performance, QR-code based merchant payment protocol designed to bridge the gap between digital assets and real-world commerce. Built for speed, security, and simplicity, MeteorPay allows merchants to accept instant payments with near-zero fees.
Our mission is to make crypto payments as effortless as scanning a code. MeteorPay empowers merchants with non-custodial tools to accept stablecoins and native assets, ensuring instant settlement and deep liquidity.
- Instant QR Settlements: Generate dynamic or static QR codes for instant point-of-sale transactions.
- Multi-Asset Support: Accept native tokens, stablecoins (USDC/EURC), and ecosystem-specific assets.
- Merchant Dashboard: Real-time analytics, transaction history, and exportable financial reports.
- Low Gas Optimization: Built on high-throughput networks to ensure transactions cost fractions of a cent.
- Non-Custodial: Merchants maintain full control over their private keys and funds.
graph TD
subgraph Client_Side [Frontend Application]
UserApp[Customer Mobile Wallet]
MerchantApp[Merchant Dashboard/POS]
end
subgraph Network_Layer [Blockchain Infrastructure]
SmartContract[MeteorPay Smart Contract]
PaymentChannel[Escrow/Direct Payment Logic]
Oracle[Price Feed Oracles]
end
subgraph External_Services [Off-Chain & Services]
Indexer[Blockchain Indexer]
IPFS[Metadata Storage]
end
UserApp -- "1. Scans QR & Signs" --> SmartContract
MerchantApp -- "2. Verifies Payment" --> Indexer
SmartContract -- "3. Settles Funds" --> MerchantApp
Indexer -- "4. Syncs Status" --> MerchantApp
SmartContract -- "Exchange Rates" --> Oracle
├── contract/ # Smart Contract source code (Soroban/Rust)
│ ├── src/
│ └── tests/
├── frontend/ # Web & Mobile interface (Next.js/React Native)
│ ├── src/
│ └── public/
├── ISSUES.md # Detailed project issues for contributors
├── CONTRIBUTING.md # Contribution guidelines
├── README.md # Project documentation
└── .gitignore # Git exclusion rules
- Initialize Smart Contract architecture.
- Develop core payment logic (Direct Transfer & Escrow).
- Design Merchant POS UI/UX.
- Integration with major mobile wallets.
- Dynamic QR code generation with metadata (Order ID, Amount).
- Beta testing with select merchants.
- Multi-sig support for merchant treasury.
- Loyalty points and rewards integration.
- Expansion to cross-chain payment bridges.
- Native Mobile App (iOS/Android).
- Integration with physical POS hardware.
- Compliance and Tax reporting modules.
- Node.js (v18+)
- Rust & Soroban CLI (for contracts)
- A Stellar/Freighter wallet
- Clone the repository:
git clone https://github.com/CelestialCircles/MeteorPay-.git cd MeteorPay- - Setup Frontend:
cd frontend npm install npm run dev - Setup Contracts:
cd contract cargo build
MeteorPay is currently in early development. No contracts have been deployed or audited yet. Use with caution.
This project is licensed under the MIT License.