Synchronization

Synchronization execution

Accessible only by admin keys, used for manual synchronization execution when needed. All requests are implemented as PUT request.

/synchronize/all
/synchronize/communitites
/synchronize/deals
/synchronize/nftHodlers
/synchronize/dealInterests
/synchronize/dealFundings

Realtime synchronization Web3->Web2

Server automatically listening for three events:

  • WalletRegistered

  • WalletPurchased

  • MemberNftMinted

Server also automatically checks for new data every 5mins in case that event is missed or application is temporary unavailable.

CommunityMemberNFTDealInterestDiscoveryDealFundraising

Realtime synchronization Web2->Web3

Manual/automatic transferring of changes from Web2 database to Web3 contracts.

CommunityMemberNFTDealManager

Last updated