This is simple tools that can check token on Binance Smart Chain on golang languange. Please pay attention this is beta version and still under development. Because this is my first repo in golang language.

installations

cd ~
git clone https://github.com/dbgid/EVMScannerGo.git
cd dbgidEVMScannerGo
go mod download

Usage

go run scan.go

Info

Put your file wallet.txt in file on line 12 by using nano or vim command in your terminal. must full path if your file outside in your current directory.

if you want this script running like a thread, you can do it by editing on line 99 just add go in the front of

client.Fetch()

and after edit can be

go client.Fetch()

These method using golang runtime, not like threading by using CPU/Kernel manchine. But I not recommended that you using these method. Because your requests may fail and flag as flooding/spamming requests by remote server. Any feedback are welcome, please write your idea in pull requests. Regards,

Ajones Aka DBG ID