JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q28599F
  • License MIT

automated daily transaction for Taiko Network

Package Exports

  • taiko-daily-bot
  • taiko-daily-bot/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (taiko-daily-bot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Taiko Transaction bot

This Taiko transaction bot is a daily routin bot, complete randomize number transaction with range 136 tx - 144 tx with each tx has randomize interval between 50 seconds to 330 seconds

Prerequisite

To run this bot you need to

  1. Taiko Mainnet Account with > 2 USDC AND > 0.05 ETH Balance.
  2. Node JS Installed.

BOT Feature Overview

This BOT automates various tasks. Below is a detailed breakdown of the features and the sequence of operations it performs.

Bot Feature

  1. Lending randomize 1 USDC to 2 USDC into minterest Dapp
  2. Withdraw all USDC from minterest Dapp
  3. Wrap randomize 0.0003 ETH to 0.0005 ETH to WETH
  4. Unwrap all WETH back to ETH

This bot will repeate all tx until reached daily max point

Set Up

  1. Clone the repo or Download the latest release Here
  2. cd to project directory
  3. run npm install
  4. Create a .env file in the same directory and add your Address & private key.
echo "WALLET_ADDRESS=you_wallet_address_here" > .env
echo "PRIVATE_KEY=your_private_key_here" > .env

Running Bot

  • To do 1 time run execute npm run start
  • To do scheduler run execute npm run schedule (EXPERIMENTAL)

UPDATE

to update the bot,

  • if you clone the repo you can simply run git pull or git pull --rebase.
  • if you download from the release, just download new latest release.

CONTRIBUTE

Feel free to fork and contribute adding more feature thanks.

SUPPORT

Each tx contain tiny amount of tax to support next Bot with various features

Have Question?

Join Here