JSPM

  • Created
  • Published
  • Downloads 156236
  • Score
    100M100P100Q166395F
  • License MIT

⚒️ An SDK for building applications on top of Uniswap V3

Package Exports

  • @uniswap/sdk-core

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/sdk-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Uniswap SDK Core

Unit Tests Lint npm version npm bundle size (scoped version)

Running tests

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/Uniswap/uniswap-sdk-core.git

Move into the uniswap-sdk-core working directory

cd uniswap-sdk-core/

Install dependencies

yarn

Run tests

yarn test