base on ๐ฅณ Efficient react components for building dapps easier | Connect crypto wallets and more Web3 UI components | Web3 icons | Supports Ethereum, Solana, Bitcoin, TON, Sui and others. <div align="center">
<img height="180" alt="ant design web3 logo" src="https://github.com/ant-design/ant-design/assets/507615/12d2c16d-92b1-4202-ba6f-4da5ee3622ba">
<h1 align="center">Ant Design Web3</h1>
Efficient react components for building dapps easier.
[![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url]
[![Follow Twitter][twitter-image]][twitter-url] [![antd][antd-image]][antd-url] [![dumi][dumi-image]][dumi-url]
English ยท [ไธญๆ](./README-zh_CN.md)
[github-action-image]: https://github.com/ant-design/ant-design-web3/workflows/Test/badge.svg
[github-action-url]: https://github.com/ant-design/ant-design-web3/actions/workflows/test.yml
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design-web3/master.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/ant-design/ant-design-web3/branch/master
[npm-image]: https://img.shields.io/npm/v/@ant-design/web3.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@ant-design/web3
[download-image]: https://img.shields.io/npm/dm/@ant-design/web3.svg?style=flat-square
[download-url]: https://npmjs.org/package/@ant-design/web3
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
[dumi-url]: https://github.com/umijs/dumi
[antd-image]: https://img.shields.io/badge/-Ant%20Design-blue?labelColor=black&logo=antdesign&style=flat-square
[antd-url]: https://ant.design
[twitter-image]: https://img.shields.io/twitter/follow/AntDesignWeb3.svg?label=Ant%20Design%20Web3
[twitter-url]: https://twitter.com/AntDesignWeb3
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@ant-design/web3?style=flat-square
[bundlephobia-url]: https://bundlephobia.com/package/@ant-design/web3
</div>
- Home Page: https://web3.ant.design
- Documentation: https://web3.ant.design/guide/ant-design-web3
- Course: https://web3.ant.design/course/introduction
- Faucet: [Get testnet Sepolia ETH](https://zan.top/faucet?chInfo=ch_antdweb3)
- ๅฝๅ
ๅ ้ๅฎ็ฝ: https://web3.antdigital.dev
## Features
- ๐ฆ Out-of-the-Box Experience
- ๐จ Flexible Theme Customization
- ๐ Compatibility with Different Chains
## Installation
```shell
npm i antd @ant-design/web3 --save
```
## Usage
```ts
import { Address } from '@ant-design/web3';
export default () => {
return <Address address="0x1234567890123456789012345678901234567890" />;
};
```
## Sponsor
<a href="https://zan.top?chInfo=ch_antdweb3"><image src="https://mdn.alipayobjects.com/huamei_hsbbrh/afts/img/A*ybcRSrUPqhsAAAAAAAAAAAAADiOMAQ/original" /></a>
ZAN is a Web3 technology service provider offering [node services](https://zan.top/home/node-service?chInfo=ch_antdweb3), [testnet faucet](https://zan.top/faucet?chInfo=ch_antdweb3), [smart contract auditing](https://zan.top/home/ai-scan?chInfo=ch_antdweb3), [Web3 security](https://zan.top/home/know-your-transaction?chInfo=ch_antdweb3), and other services.
## Development
```bash
$ git clone
[email protected]:ant-design/ant-design-web3.git
$ cd ant-design-web3
$ pnpm i
$ pnpm start
```
## Contributing
<a href="https://github.com/ant-design/ant-design-web3/graphs/contributors" target="_blank">
<table>
<tr>
<th colspan="2">
<br/>
<img
alt="Contributors of ant-design/ant-design-web3"
src="https://contrib.rocks/image?repo=ant-design/ant-design-web3"
/>
<br/><br/>
</th>
</tr>
<tr>
<td>
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=2x3&color_scheme=dark"
/>
<img
alt="Contributors of ant-design/ant-design-web3"
src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=2x3&color_scheme=light"
/>
</picture>
</td>
<td rowspan="2">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=4x7&color_scheme=dark"
/>
<img
alt="Contributors of ant-design/ant-design-web3"
src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=4x7&color_scheme=light"
/>
</picture>
</td>
</tr>
<tr>
<td>
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=2x3&color_scheme=dark"
/>
<img
alt="Contributors of ant-design/ant-design-web3"
src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=12101536&repo_ids=680030799&image_size=2x3&color_scheme=light"
/>
</picture>
</td>
</tr>
</table>
</a>
<!-- Made with [OSS Insight](https://ossinsight.io/) -->
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
- Use Ant Design Web3 in your daily work.
- Submit [issues](https://github.com/ant-design/ant-design-web3/issues) to report bugs or ask questions.
- Join our [discussion](https://github.com/ant-design/ant-design-web3/discussions) and provide us with suggestions.
- Propose [pull requests](https://github.com/ant-design/ant-design-web3/pulls) to improve our code.
To better participate and contribute, please read our [contribution guidelines](https://web3.ant.design/guide/contributing).
## Star History
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ant-design/ant-design-web3&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ant-design/ant-design-web3&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ant-design/ant-design-web3&type=Date" />
</picture>
", Assign "at most 3 tags" to the expected json: {"id":"6307","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"