hstarorg / MNTGasBot

A MNT exchange bot worked on telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNTGasBot

A MNT exchange bot worked on telegram

Tg Webhook

# webhook URL
http://{host}:4004/api/bot-webhook/{botId}

# secretToken
hmacSha256(botId, Envs.APP_SECRET)

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

A MNT exchange bot worked on telegram


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%