Socket
Socket
Sign inDemoInstall

dandao

Package Overview
Dependencies
23
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dandao

电报uniswap交易bot


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

DAN DAO Telegram Bot

基于 uniswap 的电报机器人,支持 eth,arb,goerli

使用 npm

npm install dandao

导入 mysql

请先下载mysql 文件,并导入。

使用 DANDAO

import {swapBot} from "dandao"

new swapBot({
    token: "电报token",
    adminName: "电报管理员username",
    chainIds: [1],
    dbData: {
        host: "127.0.0.1",
        user: "dandao",
        password: "12345678",
        port: 3306,
        database: "dandao"
    }
})

点击查看API只列出了几个较为常用的api,大家可在代码中自行查看更多调用。

指令

/menu 首页

/bindTopChannel 5分钟top项目推送

/bindChannel 新加池子项目推送

首页

top 推送

新池子推送

合约查找

Keywords

FAQs

Last updated on 24 Nov 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc