https://github.com/takachan0012/evmscan
Ethereum Virtual Machine Scanner
https://github.com/takachan0012/evmscan
Last synced: 2 months ago
JSON representation
Ethereum Virtual Machine Scanner
- Host: GitHub
- URL: https://github.com/takachan0012/evmscan
- Owner: takachan0012
- Created: 2024-03-01T01:18:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T20:57:30.000Z (over 1 year ago)
- Last Synced: 2025-03-26T23:36:24.046Z (3 months ago)
- Language: JavaScript
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Clone this Repo
```bash
git clone https://github.com/takachan0012/evmscan.git
```
2. Run this Command
```bash
cd evmscan
```
```bash
npm i
```
3. Create .env file
```bash
touch .env
```
4. Edit .env file
```bash
nano .env
```
5. Add your API_KEY BOT TELEGRAM and API_KEY OF EXPLORER
```bash
KEY =
BOT =
```
6. Save then run
```bash
npm run bot
```## TESTING
Send message to your bot.
>/bnb EVM_ADDRESSexample:
```bash
/bnb 0x7AE2F5B9e386cd1B50A4550696D957cB4900f03a
```Happy Coding, 🚀