📜 Changelog
All notable changes, updates, and releases for Nexora are documented here.
Nexora follows a strict semantic versioning scheme: v1.0.0 ➡️ v1.0.1 ... up to v1.0.10 before major milestones (v2.0.0).
🚀 [v1.0.0] - 2026-08-25 (Initial Release)
💎 Core Architecture & Framework
- TypeScript 5 & Discord.js v14: Completely modernized codebase with strict type safety and zero legacy warnings.
- Database Layer (PostgreSQL + Prisma ORM): Full relational schema for multi-chain tracked wallets, persistent price alerts, user portfolios, guild broadcast channels, and airdrop notification caches.
- Security & Vulnerability Audit: Resolved all npm vulnerabilities (
found 0 vulnerabilities) and eliminated insecure script dependencies.
🌐 Blockchain & Market Services
- Multi-RPC Fallback Engine: Built-in high-uptime public RPC arrays for Ethereum, BNB Smart Chain, Solana, Polygon, Arbitrum, and Base with automatic failover.
- Live CoinGecko Integration: Real-time prices, 24h highs/lows, market cap, and crypto-to-fiat conversion (USD, IDR).
- DexScreener DEX Analytics: Real-time liquidity, FDV, volume, and 5m/1h/24h metrics from Uniswap, Raydium, PancakeSwap, etc.
- Smart Contract Security Scanner: Automated audit detecting Honeypots, buy/sell taxes, unverified source code, and mint authority risks via GoPlus Security & RugCheck.
- Multi-Chain Gas Fee Tracker: Live Gwei metrics for Ethereum L1, BSC, and Polygon.
- Crypto Fear & Greed Sentiment Index: Visual market sentiment meter with historical comparison.
- CryptoPanic News Feed: Real-time breaking cryptocurrency headlines.
⚡ 17 Interactive Slash Commands
/price,/dex,/trending,/market,/feargreed,/gas,/convert/scan(Contract Security Audit)/wallet balance,/wallet track,/wallet list,/wallet untrack/airdrop list,/airdrop detail,/airdrop set-channel/alert set,/alert list,/alert delete/portfolio view,/portfolio add,/portfolio remove/stats,/info,/ping,/help
🤖 Background Workers & Automation
- Price Alert Worker: Evaluates target prices every 2 minutes and notifies users automatically.
- Wallet Tracker Worker: Scans monitored wallets every 3 minutes for balance shifts.
- Airdrop Broadcast Worker: Scans and broadcasts newly listed airdrops to configured guild channels.
- Rotating Rich Presence: Real-time dynamic activity rotation (e.g.
Watching: 🚀 BTC to the moon • $78k+,Watching: 💎 Tracking X Crypto Wallets).
🐳 DevOps & Deployment
- Containerization: Multi-stage lightweight Alpine Linux
Dockerfileand standalonedocker-compose.yml. - GitHub Actions CI/CD: Automated Docker container publishing to GHCR and Cloudflare Pages documentation deployment.
- Documentation: VitePress documentation site with Web3 dark glassmorphism theme.
🔮 Upcoming Roadmap (v1.0.1 - v1.0.10)
- [ ] v1.0.1: Enhanced multi-token portfolio PnL percentage calculations.
- [ ] v1.0.2: Whale alert threshold customization per channel.
- [ ] v1.0.3: Candlestick chart image generation embedded directly in Discord.
- [ ] v2.0.0: Web dashboard companion for Nexora with Discord OAuth2 login.