zeta-chain / docs

Documentation for ZetaChain
https://www.zetachain.com/docs/
MIT License
74 stars 59 forks source link

Expand the Solana doc #465

Open fadeev opened 2 months ago

fadeev commented 2 months ago

https://github.com/zeta-chain/docs/blob/3e0d743ea2db0d469dbacd28c2a71551f322342a/src/pages/developers/chains/solana.mdx

Mention Solana gateway functions like in the EVM doc:

https://github.com/zeta-chain/docs/blob/3e0d743ea2db0d469dbacd28c2a71551f322342a/src/pages/developers/chains/evm.mdx

Describe on a high-level how to interact with gateway on Solana (code might change, so make sure the doc is high level, the code is for reference here):

https://github.com/zeta-chain/toolkit/blob/585aedb6fe3372b14e80f4d710ffb508773624b9/packages/client/src/solanaDeposit.ts

Link to a successful deposit on Solana on devnet explorer and show how to understand if a tx was successful.

Add a section on setting up Solana wallet to the getting started doc:

https://github.com/zeta-chain/docs/blob/3e0d743ea2db0d469dbacd28c2a71551f322342a/src/pages/developers/tutorials/intro.mdx