Finalize Atlas database connection and add multi-chain support (Chang… - #11
Merged
Merged
Conversation
…es made in Docker, frontend, backend) Docker Architecture: - Revert to MongoDB Atlas (removed local mongo container). - Remove ineffective frontend volume mounts (multi-stage nginx build). - Sync backend/.env and .env.example with correct ports and Atlas URI. - Update UI host ports to 3001, 5001, 8001 temporarily to handle port conflicts. Frontend UI: - Replace hardcoded 'eth-mainnet' with chain selector dropdowns. - Support 6 chains (ETH, Polygon, BSC, BTC, DOGE, LTC) in Dashboard and Comparison views. Backend Architecture: - ledger.service.js: Implemented a central routing orchestrator to direct EVM chains to GoldRush and non-EVM chains to Tatum, mapping diverse external data into a unified MongoDB document. - tatum.service.js: Added dedicated UTXO chain ingestion engine for Bitcoin, Dogecoin, and Litecoin. Implemented a robust failover mechanism to free public block explorers (Blockstream/BlockCypher) when Tatum API limit is reached or unavailable. Documentation: - Rewrite DOCKER_README.md reflecting Atlas-first persistence and frontend-build workflow. - Add comprehensive .env recreation guide and test addresses for non-EVM chains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…es made in Docker, frontend, backend)
Docker Architecture:
Frontend UI:
Backend Architecture:
Documentation: