Home > Über Viri NFT Marketplace
Über Viri NFT Marketplace
Ein voll ausgestatteter Multi-Chain NFT-Marktplatz für das Songbird-Netzwerk und EVM-kompatible Blockchains.
Eigentümer ByteOne LTD (UK) | Entwickelt von jmp_0x0000
Frontend Stack
React + TypeScript Ökosystem
- React 18.x
UI framework with hooks and concurrent features
- TypeScript 5.x
Type-safe JavaScript with strict mode
- TanStack Router v1
File-based, type-safe routing with nested routes
- Vite 5.x
Fast build tool with SSR support
- React Query 5.x
Data fetching and server state management
- Bootstrap 5.x
Responsive CSS framework with utility classes
- WalletConnect AppKit
Multi-chain wallet connection (v2 protocol)
- Ethers.js v5/v6
EVM blockchain interaction
- Axios
HTTP client for API calls
Backend Stack
Node.js + Datenbankebene
- Node.js + Express
Web server with middleware ecosystem
- Bun + Elysia
Alternative SSR runtime (Bun-based)
- Knex 2.x
SQL query builder with migration support
- MySQL 8.x / SQLite 3
Relational database for persistence
- ethers.js v6
EVM blockchain library for reads/writes
- Multer
Multipart form data handling for uploads
- Sharp / Jimp
High-performance image processing
- Nodemailer
SMTP email notifications
- IPFS HTTP Client
Decentralized storage integration
- Go (chainWatch)
Blockchain event listener binary
Frontend-Funktionen
Multi-Chain Support
EVM chains (Songbird, Flare, XDC, Avalanche, BSC) with dynamic network switching
Wallet Connect
SIWE auth, injected wallets (MetaMask), WalletConnect v2
NFT Marketplace
Fixed price & auction listings, batch upload, collection management
Real-Time Updates
Auction countdowns, live bidding via WebSocket (optional)
SSR/SEO
Server-side rendering with dynamic Open Graph meta tags
Responsive Design
Mobile-first Bootstrap layout with dark theme
Backend-Funktionen
RESTful API
40+ endpoints for NFTs, users, auctions, metadata
Blockchain Sync
Real-time event processing via Go chainWatch binary
Metadata Management
IPFS fetching, caching, fallback strategies
Image Processing
Upload, resize, optimize, CDN distribution
Multi-Chain RPC
Configurable endpoints for 7+ EVM networks
Authentication
Session-based + wallet signature options
Entwicklungsstatistiken
Projektumfang und Entwicklungsaufwand
Gesamtcodezeilen
Frontend: ~36K ZeilenBackend: ~19K Zeilen
Entwicklungszeit
Einzelentwickler(Planung, Codierung, Tests)
Entwicklungsnotizen
Architektur
- Dual-Runtime-SSR (Client-SPA + SSR)
- Multi-Chain-Integration (7+ Netzwerke)
- Typsicheres Routing mit TanStack Router
- Komponentenbasierte Architektur mit 20+ Komponenten
- Go-Microservice für Blockchain-Events
Hauptherausforderungen
- SSR-Polyfills für Browser-APIs in Node
- Multi-Chain-RPC-Management
- Echtzeit-Synchronisation von Blockchain-Events
- Bildverarbeitungspipeline
- WalletConnect v2 Integration