Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update docs for Sui #1119

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wise-dodos-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ant-design/web3-sui': patch
---

docs: Update Sui doc
1 change: 1 addition & 0 deletions docs/guide/ant-design-web3.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ You can use Ant Design Web3 in any of the following ways:
- Connect to EVM-compatible chains based on `@ant-design/web3-wagmi` or `@ant-design/web3-ethers` and `@ant-design/web3-eth-web3js`.
- Connect to Solana based on `@ant-design/web3-solana`.
- Connect to Bitcoin based on `@ant-design/web3-bitcoin`.
- Connect to Sui based on `@ant-design/web3-sui`.
- Implement an adapter yourself to support connecting to more different blockchains, the specific implementation method can refer to [Developing Adapters](adapter.md).
- Use only the official adapter, such as `@ant-design/web3-solana`, and then completely customize the UI components, consume the capabilities provided by the adapter through [Web3ConfigProvider](http://localhost:8000/components/web3-config-provider).

Expand Down
1 change: 1 addition & 0 deletions docs/guide/ant-design-web3.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Ant Design Web3 是一个基于 [Ant Design](https://ant.design/index-cn) 的 We
- 基于 `@ant-design/web3-wagmi` 或者 `@ant-design/web3-ethers` 和 `@ant-design/web3-eth-web3js` 连接 EVM 兼容链。
- 基于 `@ant-design/web3-solana` 连接 Solana。
- 基于 `@ant-design/web3-bitcoin` 连接比特币。
- 基于 `@ant-design/web3-sui` 连接 Sui。
- 自己实现一个适配器,支持连接更多不同的区块链,具体实现方式可以参考[开发适配器](adapter.zh-CN.md)。
- 仅仅使用官方提供的适配器,比如 `@ant-design/web3-solana`,然后完全自定义 UI 组件,在组件中通过 [Web3ConfigProvider](http://localhost:8000/components/web3-config-provider-cn) 消费适配器提供的能力。

Expand Down
2 changes: 1 addition & 1 deletion packages/sui/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @ant-design/web3-solana
# @ant-design/web3-sui

This package provides a [Sui](https://sui.io) adapter for [@ant-design/web3](https://www.npmjs.com/package/@ant-design/web3).

Expand Down
Loading