uniswap-interface-uncensored/packages
2023-12-13 20:51:43 +00:00
..
ui ci(release): publish latest release 2023-12-05 21:38:58 +00:00
utilities ci(release): publish latest release 2023-12-13 20:51:43 +00:00
wallet ci(release): publish latest release 2023-12-13 20:51:43 +00:00
README.md ci(release): publish latest release 2023-12-05 21:38:58 +00:00

Shared Packages

Packages in this folder are shared packages that can be used across applications.

Shared code packages covering UI, shared functionality, and shared utilities. For non-product specific code, split into separate yet widely scoped packages rather than small packages.

wallet

Shared code for wallet functionality and larger UI components.

ui

Shared component library across all applications. Should not import any other packages or applications.

utilities

Shared utility functionality used across app applications. Should not import any other packages or applications.