Add TON support #2586
Labels
chain:ton
epic
Group issues under a high-level objective
feature:chain-integration
New chain integration
feature:idea
An early idea for a feature. Used as reference to follow new feature integrations
Milestone
Support the Telegram Open Network (TON) in the following sequences
depositAndCall()
from TON network with TON tokenReference design is the Solana support: #2506
Particularly the Gateway contract on TON can reference the solana program https://github.com/zeta-chain/protocol-contracts-solana
The Gateway contract will need to verify the TSS ECDSA signature in the contract itself, and associated guards against
replay on the same chain (via nonce), replay on other chains (via chainid), and basic commitment in the signature against message.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Omnichain support for TON assets and remote call.
Describe alternatives you've considered
Alternative would be to
Motivation and Context
TON is an emerging blockchain that is currently TOP 10 by market capitalization. It's also a heterogenous chain which
would benefit much from the abstraction zetachain provides.
Implementation
Tasks
The text was updated successfully, but these errors were encountered: