Skip to content

Commit 804cf3e

Browse files
authored
docs: Update docs for Sui (#1119)
* docs: Update docs for Sui * changeset
1 parent 845e70d commit 804cf3e

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.changeset/wise-dodos-juggle.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ant-design/web3-sui': patch
3+
---
4+
5+
docs: Update Sui doc

docs/guide/ant-design-web3.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You can use Ant Design Web3 in any of the following ways:
1313
- Connect to EVM-compatible chains based on `@ant-design/web3-wagmi` or `@ant-design/web3-ethers` and `@ant-design/web3-eth-web3js`.
1414
- Connect to Solana based on `@ant-design/web3-solana`.
1515
- Connect to Bitcoin based on `@ant-design/web3-bitcoin`.
16+
- Connect to Sui based on `@ant-design/web3-sui`.
1617
- Implement an adapter yourself to support connecting to more different blockchains, the specific implementation method can refer to [Developing Adapters](adapter.md).
1718
- 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).
1819

docs/guide/ant-design-web3.zh-CN.md

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

packages/sui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @ant-design/web3-solana
1+
# @ant-design/web3-sui
22

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

0 commit comments

Comments
 (0)