Coder Social home page Coder Social logo

ethanharsh / arbitrage-bot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9 KB

Scripts to download, build, run, and update all arbitrage bot microservices on Debian and Ubuntu. Originally written as a weekend project to explore the Uniswap V2 Smart Contract.

Shell 100.00%
featured

arbitrage-bot's Introduction

arbitrage-bot

Scripts to download, build, run, and update all arbitrage bot microservices on Debian and Ubuntu.

Description

Contains scripts to download, build, run, and update all arbitrage bot microservices. Debian and Ubuntu installations are supported. The scripts are intended to be used with a fresh distro installation. All required dependencies will be installed.

Quick Start

Ubuntu

  1. Clone Repo
git clone https://github.com/EthanHarsh/arbitrage-bot.git
  1. Update env/example.env file
FANTOM_PRIVATE_KEY="PRIVATE KEY HERE"
MONGO_URI="MONGO URI HERE"
FANTOM_RPC="RPC URL HERE"
  1. Run Ubuntu install script.
cd arbitrage-bot
bash scripts/install-ubuntu.sh

Debian

  1. Install Git
sudo apt-get update
sudo apt-get install -y git
  1. Clone Repo
git clone https://github.com/EthanHarsh/arbitrage-bot.git
  1. Update env/example.env file
FANTOM_PRIVATE_KEY="PRIVATE KEY HERE"
MONGO_URI="MONGO URI HERE"
FANTOM_RPC="RPC URL HERE"
  1. Run Debian install script.
cd arbitrage-bot
bash scripts/install-debian.sh

Update

Hard Update

Deletes all microservices and re-installs them Use to add new microservices

bash scripts/update-hard.sh

Update All

Updates all currently downloaded microservices

bash scripts/update-all.sh

Update Price Bot

bash scripts/update-price-bot.sh

Update Purchaser

bash scripts/update-purchaser.sh

Update Supervisor

bash scripts/update-supervisor.sh

Update Error

bash scripts/update-error.sh

arbitrage-bot's People

Contributors

ethanharsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.