Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ant-design/ant-design-web3
🥳 Efficient react components for building dapps easier | Connect crypto wallets and more Web3 UI components | Web3 icons | Supports Ethereum, Solana, Bitcoin and others.
https://github.com/ant-design/ant-design-web3
antd ethereum react solana web3
Last synced: about 1 month ago
JSON representation
🥳 Efficient react components for building dapps easier | Connect crypto wallets and more Web3 UI components | Web3 icons | Supports Ethereum, Solana, Bitcoin and others.
- Host: GitHub
- URL: https://github.com/ant-design/ant-design-web3
- Owner: ant-design
- License: mit
- Created: 2023-08-18T07:12:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:56:32.000Z (6 months ago)
- Last Synced: 2024-05-23T03:52:06.495Z (6 months ago)
- Topics: antd, ethereum, react, solana, web3
- Language: TypeScript
- Homepage: https://web3.ant.design
- Size: 155 MB
- Stars: 734
- Watchers: 13
- Forks: 100
- Open Issues: 26
-
Metadata Files:
- Readme: README-zh_CN.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Ant Design Web3
高效的 React 组件库,更轻松地构建去中心化应用。
[![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.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- 官网: https://web3.ant.design
- 指南: https://web3.ant.design/guide/ant-design-web3-cn
- 课程: https://web3.ant.design/course/introduction-cn
- 水龙头: [获取测试网 ETH](https://zan.top/faucet?chInfo=ch_antdweb3)
- 国内加速官网: https://web3.antdigital.dev## 特性
- 🎨 友好的 Ant Design 设计风格
- 📦 开箱即用的体验
- 🔌 兼容不同的链## 安装
```shell
npm i antd @ant-design/web3 --save
```## 使用
```ts
import { Address } from '@ant-design/web3';export default () => {
;
return
};
```## 赞助商
ZAN 是一家 Web3 技术服务提供商,提供[节点服务](https://zan.top/home/node-service?chInfo=ch_antdweb3)、[测试网水龙头](https://zan.top/faucet?chInfo=ch_antdweb3)、[智能合约审计](https://zan.top/home/ai-scan?chInfo=ch_antdweb3)、[Web3 安全](https://zan.top/home/know-your-transaction?chInfo=ch_antdweb3)等服务。
## 开发
```bash
$ git clone [email protected]:ant-design/ant-design-web3.git
$ cd ant-design-web3
$ pnpm i
$ pnpm start
```## 参与共建
我们欢迎任何类型的贡献,以下是一些您可以为本项目做出贡献的例子:
- 在日常工作中使用 Ant Design Web3.
- 通过 [issues](https://github.com/ant-design/ant-design-web3/issues) 提交错误或提问.
- 加入我们的 [discussion](https://github.com/ant-design/ant-design-web3/discussions) 并向我们提供建议.
- 提交 [pull requests](https://github.com/ant-design/ant-design-web3/pulls) 改进我们的代码.为了更好地参与和贡献,请阅读我们的 [贡献指南](https://web3.ant.design/guide/contributing-cn).
## Star 趋势