To clone the repository, run the following command:
git clone https://github.com/javierXbt/ETH-bundleNavigate to the cloned directory and install the required dependencies:
npm installTo initialize the evmg.config.json file, install evmg globally:
npm install -g evmg
evmg setOpen the evmg.config.json file and add your private key in the privatekey section.
Once configured, start the bot with the following command:
npm run startAfter installation, you can run the bot anytime by using:
npm run startor
yarn startInstallation completed.
