An open API service indexing awesome lists of open source software.

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

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_ADDRESS

example:
```bash
/bnb 0x7AE2F5B9e386cd1B50A4550696D957cB4900f03a
```

Happy Coding, 🚀