1.8.2 • Published 1 year ago

@honeyswapr/sdk v1.8.2

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 year ago

Swapr SDK

Getting Started

Running tests

To run the tests, follow these steps. You must have at least node v16 installed.

First clone the repository:

git clone https://github.com/levelkdev/swapr-sdk.git

Move into the dxswap-sdk working directory

cd swapr-sdk

Install dependencies

npm install

Run tests

npm run test

Eco Router Trades

Swapr uses multiple trades to find best protocol and route for traders. Currently supported DEXs are

ProtocolEthereumArbitrum OneGnosis ChainPolygon
Swapr
Uniswap v2
SushiSwap
Honeyswap
Levinswap
Baoswap
CurveWIP
CoW Protocol
Quickswap
DFYN

The Trade class is extendable. New DEXs can be added to the SDK by extending the Trade and adding required methods.