0xAlec / go-eth-query

Go program to query an address for ERC-20 balances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple go program to read erc-20 balance of a given account.

replace token and user addresses with desired variables (currently reads fwb token balances)

to run:

create .env file with API set to infura endpoint

$ go get
$ go build

About

Go program to query an address for ERC-20 balances


Languages

Language:Go 96.7%Language:Solidity 3.3%