UNPKG

@everestswap/sdk

Version:

🛠 An SDK for building applications on top of Everest.

25 lines (17 loc) • 566 B
# Everest SDK This repo contains tools for developing with Everest. ## Running This project uses standard npm and yarn workflows. Install dependencies ```sh yarn ``` Compile ```sh yarn build ``` Yarn is available to install [here](https://classic.yarnpkg.com/en/docs/install/#debian-stable) if you need it. ## Installation This project is available as an npm package. Add to your project with `npm install @everestswap/sdk` ## Attribution This code was adapted from this Uniswap repo: [uniswap-sdk](https://github.com/Uniswap/v2-sdk).