UniswapKit
extends EVMKit
to support Uniswap
DEX and some other DEXes using the same smart contract codebase. Currently, Uses this kit for integration of Uniswap
(Ethereum), PancakeSwap
(BSC), QuickSwap
(Polygon) and Trader Joe
(Avalanche)
- Xcode 15.4+
- Swift 5.10+
- iOS 14.0+
dependencies: [
.package(url: "https://github.com/sunimp/UniswapKit.git", .upToNextMajor(from: "1.0.0"))
]
The UniswapKit
toolkit is open source and available under the terms of the MIT License.