Skip to content

Commit

Permalink
Gateway page improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 9, 2024
1 parent da4d38f commit 3cf325d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/pages/developers/evm/gateway.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Gateway is an interface that serves as a unified entry point for interactions
between contracts on connected chains and universal apps on ZetaChain.

<iframe
style={{ border: "1px solid rgba(0,0,0,.1)", marginTop: "2rem", borderRadius: "0.5rem" }}
width="800"
height="450"
src="https://embed.figma.com/design/gE9v64xRNz36t0NKgOLQji/Untitled?node-id=0-141&embed-host=share"
allowfullscreen
></iframe>

## Gateway on Connected Chains

The gateway on connected chains (like Ethereum, Solana and Bitcoin) facilitates
Expand Down Expand Up @@ -28,13 +36,18 @@ Gateway supports the following features:
data passing) to a universal app
- making a contract call (with arbitrary data passing) to a universal app

These features may vary depending on each specific connected chain. For example,
deposits from Bitcoin can only be made in native gas token (BTC). And deposits
from Solana can be made in SOL and (soon) SPL tokens.
[These features may vary](/developers/chains/functionality) depending on each
specific connected chain. For example, deposits from Bitcoin can only be made in
native gas token (BTC). And deposits from Solana can be made in SOL and (soon)
SPL tokens.

Currently, only one asset can be deposited at a time to a universal app. Support
for multi-asset deposits will be added in the future updates to the protocol.

Learn more about Gateway functionality on connected chains:
[EVM](/developers/chains/evm), [Solana](/developers/chains/solana),
[Bitcoin](/developers/chains/bitcoin).

## Gateway on ZetaChain

Gateway on ZetaChain facilitates outgoing transactions: calls and token
Expand All @@ -50,3 +63,5 @@ Gateway supports the following features:
Currently, only one asset can be withdrawn at a time from a universal app.
Support for multi-asset withdrawals will be added in the future updates to the
protocol.

Learn more about [ZetaChain Gateway](/developers/chains/zetachain).

0 comments on commit 3cf325d

Please sign in to comment.