Skip to content

otchlan/arbitrage_bot

Repository files navigation

arbitrage_bot

To install dependencies:

bun install

To run bot:

bun run src/index.ts

This code works now only as monitoring, and fake buying selling

Dashbord - not workng

bun run src/server.ts

Smart contract - buy_sell.sol

truffle compile --all
truffle migrate --network polygon_mainnet

Communication with smart contract

File: src/sellMatic.ts - build mainly for testing, standalone script focused on selling MATIC (a cryptocurrency) for another currency (like USDC).

src/uniswap.ts - file is designed to interact with Uniswap.

src/tradeLogic.ts - module designed for interacting with a smart contract for arbitrage opportunities in trading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published