Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.05 KB

devlog.md

File metadata and controls

21 lines (18 loc) · 2.05 KB

Development Log

Router Solution

From Flow out to Other

  • Query message ids need to be submitted from other chains such as Flow, Ethereum, BNB, polkadot ink!, NEAR, Avalanche, etc.
  • Execute script in off-chain router(js) ./scripts/send-recv-message/querySendMessage.cdc to get messages ready to be sent from Flow.
  • If the message to be sent exist, that is, get an instance of SentMessageContract.SentMessageCore, decode the instance into general sending message structure in the router(js).

From Other chains onto Flow