Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 450 Bytes

w3gswap SDK

Forked from the Uniswap V2 SDK.

You can refer to the Uniswap SDK documentation uniswap.org.

Installation

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

yarn add @w3gswap/sdk

Running tests

Install dependencies

yarn install

Run tests

yarn test