Getting Started

The Uniswap V3 SDK

Welcome to the V3 Uniswap SDK!

The Uniswap V3 SDK provides abstractions to assist you with interacting with the Uniswap V3 smart contracts in a Typescript/Javascript environment (e.g. websites, node scripts). It makes uses of the Core SDK to gain access to abstractions that are common amongst the Uniswap SDKs. With the SDK, you can manipulate data that has been queried from the EVM (opens in a new tab) using libraries that assist with needs such as data modeling, protection from rounding errors, and compile time enforced typing.

To begin, we recommend looking at our Guides which include runnable examples (opens in a new tab) and walkthroughs of core usages. These guides will help you better understand how to use the SDK and integrate it into your application.

Installation

To interact with the V3 SDK we recommend installing though npm:

npm i --save @uniswap/v3-sdk
npm i --save @uniswap/sdk-core

Developer Links

Unit Tests (opens in a new tab) Lint (opens in a new tab) npm version (opens in a new tab) npm bundle size (scoped version) (opens in a new tab) Discord (opens in a new tab)