New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

crypto-bot

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bot

multi-function tools for blockchain automation

latest
Source
npmnpm
Version
1.2.7
Version published
Maintainers
1
Created
Source

crypto-bot

Multi-function library for BlockChain automation.

Build Status

Currently under development.

Main Features

  • Data extraction of all token and trading pair data.
  • Validate private key or mnemonic againt Wallet DB. (Wallet)
  • Transfer value of wallet to another wallet. (Cleaner / Sniper)
  • Arbitrage BOT using configurable scenario.

Configuration

  • Setup .env
  • Setup your prefered network.

Arbitrage

  • Generate the state file. node bot5.js arbitrage config --network 137
  • List the latest price from the state config. node bot5.js arbitrage price --network 137
  • Run the Arbitrage BOT node bot5.js arbitrage run --network 137

Wallet

  • Start Wallet: node bot5.js wallet key

Cleaner

  • Start cleaner: node bot5.js cleaner run -n all

Sniper

  • Run Sniper: node bot5.js sniper run -n all

Any Questions ? Report a Bug ? Enhancements ?

Please open a new issue on GitHub

License

Crypto-Bot is licensed.

Keywords

crypto

FAQs

Package last updated on 04 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts