gin-lsl

Results 3 issues of gin-lsl

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design-web3/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ## 💡 Background and solution 添加 Solflare Wallet, 实现通过 MetaMask Snaps 连接 Solana。钱包名和图标等需要再讨论下。 在 [Solana/More Wallet Demo](https://preview-786-ant-design-web3.surge.sh/components/solana#add-more-wallets) 可体验 ![image](https://github.com/ant-design/ant-design-web3/assets/18319675/7ab3e03a-2838-42f2-b56d-5d7bd3759ca8) ## 🔗 Related issue link

OKX, Trust, and more by the way, some wallet has support Wallet Standard

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design-web3/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ## 💡 Background and solution 添加 Sui 适配。 内部使用了 Sui 官方提供的 [@mysten/dapp-kit](https://www.npmjs.com/package/@mysten/dapp-kit) 和 [@mysten/sui](https://www.npmjs.com/package/@mysten/sui),请求基于 React Query。 ### 一些简单的概念: - Sui 将它的状态称为 Object,包括资产、合约状态等,所以会看到一些链方法例如 “getObject” 等。 - Sui...

major