Roadmap
Welcome to the Miruka Project development roadmap. We are committed to building a robust Discord RPG ecosystem integrated with Web3 technology.
tip
This roadmap is subject to change based on community feedback and technical progress.
🚀 Development Phases
Phase 1: Foundation (Completed)
- Discord Bot Core: Established Sapphire Framework, command handling, and error logging.
- Database: Implemented MongoDB (Mongoose) for managing player data, guilds, and items.
- Account System: Registration (
/start), profile management (/profile), and basic leveling mechanics.
Phase 2: Core RPG Expansion (In Progress)
- Quest System: Implementing
QuestManagerto handle daily and storyline missions. - Economy & Shop: Finalizing in-game currency, item shop (
/shop), and inventory management (/equipment). - Gathering System: Upgrading
/chop,/fish,/mine,/huntwith realistic drop rates and XP. - Crate System: Loot box system (
/crate) with varying rarity levels.
Phase 3: Web3 & Blockchain Integration (Upcoming)
- Wallet Connection: Integrating
ethers.tsfor direct Web3 wallet connection within Discord. - Polygon Network: Deploying Smart Contracts on Polygon for Token and NFT management.
- NFT Assets: Converting rare in-game items into tradable NFTs.
Phase 4: Community & Scaling
- Guild System: Advanced guild features, shared storage, and member buffs.
- Leaderboard: Global rankings for Level, Wealth, and Achievements.
- Seasonal Events: Limited-time events with exclusive rewards.
📅 Version History
| Version | Status | Key Features |
|---|---|---|
v0.0.1 | Development | Project initialization, Sapphire Framework. |
v0.1.0 | Alpha | Basic RPG mechanics (Gathering, Quests). |
v0.2.0 | Beta | Web3 Integration, Blockchain Assets. |
This document will be updated regularly as significant changes are implemented in the source code.