Forked from the Uniswap SDK.
You can refer to the Uniswap SDK documentation uniswap.org.
To use the SDK, follow these steps. You must have at least node v10 and yarn installed.
First clone the repository:
git clone https://github.com/muesliswap/muesliswap-sdk.git
Move into the muesliswap-sdk working directory
cd muesliswap-sdk/
Install dependencies
yarn install
Build the SDK
yarn build