Skip to content

chore(sync-service): initialize blockchain sync microservice - #322

Merged
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
mijinummi:feature/313-blockchain-sync-service
May 29, 2026
Merged

chore(sync-service): initialize blockchain sync microservice#322
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
mijinummi:feature/313-blockchain-sync-service

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

PR Description

This PR introduces the Blockchain Synchronization Service responsible for monitoring and synchronizing on-chain activities from the Stellar network. The service is designed as an independent NestJS microservice with support for real-time transaction monitoring, smart contract event listening, wallet balance synchronization, confirmation tracking, and webhook-based event notifications.

Features Implemented

  • Initialized standalone NestJS blockchain sync microservice
  • Added Transaction, Event, and Block entities
  • Integrated Stellar Horizon API
  • Implemented real-time transaction monitoring
  • Added smart contract event listeners
  • Implemented wallet balance synchronization
  • Added block confirmation tracking
  • Implemented webhook notification delivery
  • Added transaction indexing foundation
  • Configured Docker and Docker Compose setup

Technical Highlights

  • Modular microservice architecture
  • PostgreSQL persistence with TypeORM
  • Scheduled blockchain polling and synchronization
  • Environment-driven configuration
  • Independent deployable service
  • Scalable foundation for future indexing and streaming upgrades

Outcome

The service can independently monitor Stellar blockchain activity, persist synchronized data, track confirmations, and notify downstream systems through webhooks in real time.

Closes #313

@drips-wave

drips-wave Bot commented May 28, 2026

Copy link
Copy Markdown

@mijinummi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Mkalbani
Mkalbani merged commit d676355 into MindFlowInteractive:main May 29, 2026
5 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blockchain Synchronization Service Setup

2 participants