Skip to content

Latest commit

 

History

History
144 lines (118 loc) · 5.9 KB

README.md

File metadata and controls

144 lines (118 loc) · 5.9 KB
ant design web3 logo

Ant Design Web3

Efficient react components for building dapps easier.

CI status codecov NPM version NPM downloads

Follow Twitter antd dumi

English · 中文

Features

  • 🎨 Ant Design Friendly
  • 📦 Out-of-the-Box Experience
  • 🔌 Compatibility with Different Chains

Installation

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

Usage

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

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

Development

$ git clone [email protected]:ant-design/ant-design-web3.git
$ cd ant-design-web3
$ pnpm i
$ pnpm start

Contributing


Contributors of ant-design/ant-design-web3

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

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 to report bugs or ask questions.
  • Join our discussion and provide us with suggestions.
  • Propose pull requests to improve our code.

To better participate and contribute, please read our contribution guidelines.

Star History

Star History Chart