@honeyswapr/sdk
v1.8.2
Published
An SDK for building applications on top of Honeyswap
Readme
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.gitMove into the dxswap-sdk working directory
cd swapr-sdkInstall dependencies
npm installRun tests
npm run testEco Router Trades
Swapr uses multiple trades to find best protocol and route for traders. Currently supported DEXs are
| Protocol | Ethereum | Arbitrum One | Gnosis Chain | Polygon | | ------------ | -------- | ------------ | ------------ | ------- | | Swapr | ✅ | ✅ | ✅ | | | Uniswap v2 | ✅ | ✅ | ✅ | | | SushiSwap | ✅ | ✅ | ✅ | ✅ | | Honeyswap | | | ✅ | | | Levinswap | | | ✅ | | | Baoswap | | | ✅ | | | Curve | WIP | ✅ | ✅ | | | 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.
