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.gitMove into the muesliswap-sdk working directory
cd muesliswap-sdk/Install dependencies
yarn installBuild the SDK
yarn build