Skip to content

cp0x-org/pi-uniswap-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,835 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permissionless Uniswap Interface by cp0x

An open-source, permissionless interface for the Uniswap protocol, based on the official Uniswap repository (v4.101.0), designed to be fully permissionless and enable direct, unrestricted interaction with smart contracts.

Application Links

Docs

Unsupported tokens

Check out useUnsupportedTokenList() in src/state/lists/hooks.ts for blocking tokens in your instance of the interface.

You can block an entire list of tokens by passing in a tokenlist like here or you can block specific tokens by adding them to unsupported.tokenlist.json.

Contributions

For steps on local deployment, development, and code contribution, please see CONTRIBUTING.

Accessing Uniswap V2

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

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • Other 0.3%