Skip to content

fullstack-development/uniswap-v3-interface

 
 

Repository files navigation

Fork Uniswap Interface v3

The current branch is a fork of the v3.3.6 tag.

Development

Node.js v16 required (Checked on v16.20.2).

Install Dependencies

yarn install

Run

yarn start

After generating types go to src/types/v3/index.ts and add two lines:

export type { UniswapV3Factory } from './UniswapV3Factory'
export type { UniswapV3Pool } from './UniswapV3Pool'

Uniswap Interface

Unit Tests Integration Tests Lint Release

An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.

Accessing the Uniswap Interface

To access the Uniswap Interface, use an IPFS gateway link from the latest release, or visit app.uniswap.org.

Contributions

Please open all pull requests against the main branch. CI checks will run against all PRs.

Accessing Uniswap V2

The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.

Accessing Uniswap V1

The Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways linked from the v1.0.0 release.

About

🦄 Open source interfaces for the Uniswap protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%