ant-design / ant-design-web3
- пятница, 29 декабря 2023 г. в 00:00:13
🥳 A React components collection for Web3!
npm i antd @ant-design/web3 --save
import { Address } from '@ant-design/web3';
export default () => {
return <Address address="0x1234567890123456789012345678901234567890" />;
};
pnpm i
pnpm dev
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
To better participate and contribute, please read our contribution guidelines.