@elkdex/sdk
Version:
🛠An SDK for building applications on top of Elk Finance.
26 lines (17 loc) • 556 B
Markdown
# Elk SDK
This repo contains tools for developing with [Elk Finance](elk.finance).
## 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 packege. Add to your project with `npm install @elkdex/avax-sdk`
## Attribution
This code was adapted from this Uniswap repo: [uniswap-sdk](https://github.com/Uniswap/sdk).