Uniswap without TORN censoring
Go to file
Christine Legge 99ab581a87
refactor: migrate state/user to createSlice (#3779)
* use slice in transactions reducer

* update transaction reducer tests

* update user reducer to use slice

* fix merge conflicts
2022-05-02 15:37:44 -04:00
.github chore: remove unused exports and unused integration test build env variable 2022-02-28 11:03:05 -05:00
cypress fix: reverts the defaulting behavior of 1 eth to usdc (#3465) 2022-03-08 11:31:52 -05:00
public
src refactor: migrate state/user to createSlice (#3779) 2022-05-02 15:37:44 -04:00
.env
.env.production chore: Remove Portis (#3693) 2022-04-14 15:23:31 -04:00
.eslintrc.json
.gitignore fix: exports (#3379) 2022-03-01 11:32:55 -08:00
.nvmrc
.prettierignore
.prettierrc
babel-plugin-macros.config.cjs chore: nextjs compatibility (#3351) 2022-02-23 13:12:07 -08:00
codegen.yml
CONTRIBUTING.md
cosmos.config.json fix: exports (#3379) 2022-03-01 11:32:55 -08:00
cosmos.override.cjs fix: exports (#3379) 2022-03-01 11:32:55 -08:00
custom-test-env.cjs fix: exports (#3379) 2022-03-01 11:32:55 -08:00
cypress.json
INTERFACE_README.md chore(docs): add widgets info to the repo README (#3600) 2022-03-28 11:35:14 -05:00
LICENSE
lingui.config.ts
package.json chore: bump to 1.0.7 (#3753) 2022-04-19 13:14:58 -04:00
README.md chore(docs): add widgets info to the repo README (#3600) 2022-03-28 11:35:14 -05:00
rollup.config.ts chore: upgrade redux-multicall and smart-order-router (#3623) 2022-03-29 12:00:56 -07:00
tsconfig.base.json
tsconfig.json
tsconfig.lib.json
WIDGETS_README.md fix: update widgets README 2022-04-14 16:06:57 -04:00
yarn.lock chore: Remove Portis (#3693) 2022-04-14 15:23:31 -04:00

This repo is home to the Uniswap Widgets package and the web app interface app.uniswap.org.

Uniswap Labs Interface

Unit Tests Integration Tests Lint Release Crowdin

The web application hosted at https://app.uniswap.org is a convenient way to access the core functionality of the Uniswap Protocol.

For documentation of the interface including how to contribute or access prior builds, please view the README here: INTERFACE_README.md

Uniswap Labs Widgets

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.

The npm package can be found here. @uniswap/widgets

For documentation of the widgets package, please view the README here: WIDGETS_README.md.