JSPM

@uniswap/v2-periphery

1.1.0-beta.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23869
  • Score
    100M100P100Q156940F
  • License GPL-3.0-or-later

🎚 Peripheral smart contracts for interacting with Uniswap V2

Package Exports

  • @uniswap/v2-periphery/build/IUniswapV2Router01.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uniswap/v2-periphery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Uniswap V2

Actions Status npm

In-depth documentation on Uniswap V2 is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test