- Home Page: https://web3.ant.design
- Documentation: https://web3.ant.design/guide
- ๅฝๅ ๅ ้ๅฎ็ฝ: https://web3.antdigital.dev
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
pnpm i
pnpm dev
Contributing
|
|
---|---|
|
|
|
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.