2022-03-28 19:35:14 +03:00
This repo is home to the Uniswap Widgets package and the web app interface [app.uniswap.org ](https://app.uniswap.org ).
2019-04-15 19:07:16 +03:00
2022-03-28 19:35:14 +03:00
# Uniswap Labs Interface
2020-05-21 22:54:28 +03:00
2022-03-28 19:35:14 +03:00
[![Unit Tests ](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml/badge.svg )](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml)
[![Integration Tests ](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml/badge.svg )](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml)
[![Lint ](https://github.com/Uniswap/interface/actions/workflows/lint.yml/badge.svg )](https://github.com/Uniswap/interface/actions/workflows/lint.yml)
[![Release ](https://github.com/Uniswap/interface/actions/workflows/release.yaml/badge.svg )](https://github.com/Uniswap/interface/actions/workflows/release.yaml)
[![Crowdin ](https://badges.crowdin.net/uniswap-interface/localized.svg )](https://crowdin.com/project/uniswap-interface)
2019-04-15 21:05:54 +03:00
2022-03-28 19:35:14 +03:00
The web application hosted at https://app.uniswap.org is a convenient way to access the core functionality of the Uniswap Protocol.
2020-06-01 18:20:05 +03:00
2022-03-28 19:35:14 +03:00
For documentation of the interface including how to contribute or access prior builds, please view the README here: [INTERFACE_README.md ](./INTERFACE_README.md )
2020-06-01 18:20:05 +03:00
2022-03-28 19:35:14 +03:00
# Uniswap Labs Widgets
2021-05-17 18:14:35 +03:00
2022-03-28 19:35:14 +03:00
The `@uniswap/widgets` package is an npm package of React components used to provide subsets of the Uniswap Protocol functionality in a small and configurable user interface element.
2021-05-17 18:14:35 +03:00
2022-03-28 19:35:14 +03:00
The npm package can be found here. [@uniswap/widgets ](https://www.npmjs.com/package/@uniswap/widgets )
2021-09-05 20:26:47 +03:00
2022-03-28 19:35:14 +03:00
For documentation of the widgets package, please view the README here: [WIDGETS_README.md ](./WIDGETS_README.md ).