Skip to content

Ensures Token Purchase Meets Purchase Standards Microservice. Written in Typescript utilizing Express and Ethers. Originally written as a weekend project to explore the Uniswap V2 Smart Contract.

Notifications You must be signed in to change notification settings

EthanHarsh/arbitrage-bot-trade-supervisor-public

Repository files navigation

arbitrage-bot-trade-supervisor-public

Ensures Token Purchase Meets Purchase Standards Microservice

Typescript.js Badge Ethers Badge

Description

This is a token supervising microservice for the DeFi arbitrage bot. This service uses Typescript, Express.js, and Ethers.js, all of which are Javascript frameworks. Application checks incoming requests to see if they meet purchase requirements.

Quick Start

Using Docker

sudo docker build . -t supervisor-service

Using NPM - Production Start

Install Dependencies

npm run install

Build

npm run build

Start Command

npm run start

Development

Dev Container

Activate Development container using your preferred IDE.

Using NPM - Development Start

Start for Development - Nodemon

npm run typeWatch
npm run devStart

About

Ensures Token Purchase Meets Purchase Standards Microservice. Written in Typescript utilizing Express and Ethers. Originally written as a weekend project to explore the Uniswap V2 Smart Contract.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published