Skip to content

Latest commit

 

History

History
134 lines (109 loc) · 5.44 KB

README-zh_CN.md

File metadata and controls

134 lines (109 loc) · 5.44 KB

Ant Design Web3

高效的 React 组件库,更轻松地构建去中心化应用。

CI status codecov NPM version NPM downloads

Follow Twitter antd dumi

English · 中文

特性

  • 🎨 友好的 Ant Design 设计风格
  • 📦 开箱即用的体验
  • 🔌 兼容不同的链

安装

npm i antd @ant-design/web3 --save

使用

import { Address } from '@ant-design/web3';

export default () => {
  return <Address address="0x1234567890123456789012345678901234567890" />;
};

开发

$ git clone git@github.com:ant-design/ant-design-web3.git
$ cd ant-design-web3
$ pnpm i
$ pnpm start

参与共建




Contributors of ant-design/ant-design-web3 Contributors of ant-design/ant-design-web3
Contributors of ant-design/ant-design-web3

我们欢迎任何类型的贡献,以下是一些您可以为本项目做出贡献的例子:

  • 在日常工作中使用 Ant Design Web3.
  • 通过 issues 提交错误或提问.
  • 加入我们的 discussion 并向我们提供建议.
  • 提交 pull requests 改进我们的代码.

为了更好地参与和贡献,请阅读我们的 贡献指南.

Star 趋势

Star History Chart