EthanBlockson / erc20-ath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot, returning All-Time High (ATH) percent % of ERC-20 token price

Between first-known price after liquidity pair creation, and last-known ATH price. Using Bitquery API to get price history.

erc20ath-img

Start the app

pm2 start index.js

Start the app (locally)

node index.js

Write to bot

/searchX 0xBC9AED591B1Fa05dC80d57b22b9B5eDE2557f579

Reboot the app

pm2 restart 0

Logs of the app

pm2 logs 0

Stop the app

pm2 stop 0

.env file

BITQUERY_API_KEY=KEY

TELEGRAM_BOT_TOKEN=KEY

About


Languages

Language:JavaScript 100.0%