You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This project is a React component built on the Ant Design component library, primarily designed to provide Web3 projects with wallet connection capabilities and some common DApp UI components.
11
+
- It is a multi-package project. The UI components are located under `packages/web3`, while other packages include adapters for different blockchains or some foundational packages.
12
+
13
+
## Style
14
+
- The styles for each component are located in the `style/index.ts` or `style/index.tsx` directory within the component's folder.
15
+
- The styling is implemented based on `@ant-design/cssinjs` and utilizes Ant Design's Design Tokens to better support custom styling.
16
+
17
+
## Demo and Documents
18
+
- The styles and documentation for the entire project are located in the `packages/web3` directory, with some special notes as follows:
19
+
- The documentation for `packages/wagmi` is located under `packages/web3/ethereum`.
20
+
- Demos can be found in the `packages/web3/*/demos` directories.
21
+
- Documentation is available in `packages/web3/*/index.md` and `packages/web3/*/index.zh-CN.md`.
22
+
23
+
## Unit Test
24
+
- Unit tests are based on Vitest.
25
+
- Test code is located in the `__tests__` folder, which may contain unit tests.
0 commit comments