uniswap
¶
The Uniswap protocol connector is now managed by Gateway V2 - where the Gateway is now responsible for all on-chain operations (e.g. fetching prices and creating trade transactions), and the GatewayEVMAMM
class on Hummingbot side is responsible for interfacing with Gateway V2.
đ Folders¶
Note
Gateway V2 is currently living on CoinAlpha's feat/gateway-v2
branch at the moment - it will be merged to Hummingbot master within a month or two.
- Hummingbot - GatewayEVMAMM
- Gateway V2 - AMM Routes
- Gateway V2 - Uniswap-Like Controller
- Gateway V2 - Uniswap Class
âšī¸ Exchange Info¶
Uniswap Website | CoinMarketCap | CoinGecko
- API docs: https://docs.uniswap.org/protocol/V2/introduction
- SDK: https://docs.uniswap.org/sdk/introduction
- Fees: https://docs.uniswap.org/protocol/V2/concepts/advanced-topics/fees
đˇ Maintenance¶
- TBA
- Maintainer: CoinAlpha
đ Setup¶
- Follow the instructions to install and run Hummingbot Gateway V2.
- Run
gateway connect uniswap
and add your Ethereum wallet to Gateway V2 for trading on Uniswap. - Run
create
to create an AMM Arbitrage strategy between Uniswap and a different exchange. - Run
start
to start the strategy, and you're trading!
Last update:
2022-05-31