1.0.2 • Published 1 year ago
@takadotdev/evmscan v1.0.2
EVMSCAN
EVMSCAN is project BOT Telegram.
PREREQUISITES
To run this bot you should have:
1. API_KEY BOT TELEGRAM
2. API_KEY OF EXPLORER ( FOR NOW I USE BSCSAN API)
HOW TO USE
- Clone this Repo
git clone https://github.com/takachan0012/evmscan.git
2. Run this Command
```bash
cd evmscan
npm i
- Create .env file
touch .env
- Edit .env file
nano .env
- Add your API_KEY BOT TELEGRAM and API_KEY OF EXPLORER
KEY = <API_KEY_EXPLORER>
BOT = <API_KEY_BOT_TELEGRAM>
- Save then run
npm run bot
TESTING
Send message to your bot.
/bnb EVM_ADDRESS
example:
/bnb 0x7AE2F5B9e386cd1B50A4550696D957cB4900f03a
Happy Coding, 🚀