AlphaDataOmega / PolyBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trading Bot Demo

Technology Stack & Tools

  • Solidity (Writing Smart Contract)
  • Javascript (React & Testing)
  • Web3 (Blockchain Interaction)
  • Truffle (Development Framework)
  • Ganache-cli (For Local Blockchain)
  • Alchemy (For forking the Ethereum mainnet)

Requirements For Initial Setup

  • Install NodeJS, I recommend using node version 16.5.0 to avoid any potential dependency issues
  • Install Truffle, In your terminal, you can check to see if you have truffle by running truffle --version. To install truffle run npm i -g truffle.
  • Install Ganache-cli. To see if you have ganache-cli installed, in your command line type ganache-cli --version. To install, in your command line type npm install ganache-cli --global

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Set Your Variables in .ENV

4. Run the script

$ node bot.js

About

License:MIT License


Languages

Language:JavaScript 74.8%Language:Solidity 24.5%Language:Shell 0.7%