sora2-network icon indicating copy to clipboard operation
sora2-network copied to clipboard

[Tech]: Outbound channel contract for TON

Open vovac12 opened this issue 6 months ago • 0 comments

Problem statement

We need to send bridge messages to SORA

Description

No response

Definition of Done

  • [ ] Define basic message types for the channel
    • SendOutboundMessage (for *App contracts)
    • OutboundMessage (for tracking by relayer)
    • RegisterApp (for contract owner during phase 1)
  • [ ] Implement contract
  • [ ] Implement resetable contract for testnets
  • [ ] Tests

Requirements

  • Contract should return all unused funds to initial sender (user)
  • Contract should have getters for apps and nonce

vovac12 avatar Jul 29 '24 07:07 vovac12