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
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