A decentralized African marketplace enabling seamless commerce with crypto, mobile money, and traditional payments.
# StellarMarket Monorepo
StellarMarket — Jumia for Crypto & Mobile Money: A decentralized African marketplace
## Project Structure
- `frontend/` - Next.js application (user interface)
- `backend/` - API server, database logic, and business logic
- `contracts/` - Smart contracts for Stellar, Ethereum, and Solana blockchains
## Getting Started
### Prerequisites
- Node.js >= 16.0.0
- npm >= 8.0.0
### Installation
```bash
npm install
```
### Development
```bash
npm run dev
```
This will start both the frontend and backend development servers.
## Scripts
- `npm run dev`: Start both frontend and backend in development mode
- `npm run build`: Build both frontend and backend
- `npm run start`: Start both frontend and backend in production mode
- `npm run test`: Run tests for both frontend and backend
## License
MIT