@takadotdev/evmscan
v1.0.2
Published
Ethereum Virtual Machine Scanner
Maintainers
Readme
EVMSCAN
EVMSCAN is project BOT Telegram.
PREREQUISITES
To run this bot you should have:
- API_KEY BOT TELEGRAM
- API_KEY OF EXPLORER ( FOR NOW I USE BSCSAN API)
HOW TO USE
- Clone this Repo
git clone https://github.com/takachan0012/evmscan.git- Run this Command
cd evmscannpm 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 botTESTING
Send message to your bot.
/bnb EVM_ADDRESS
example:
/bnb 0x7AE2F5B9e386cd1B50A4550696D957cB4900f03aHappy Coding, 🚀
