Skip to content

Bullrich/go-wallet

Repository files navigation

Ethereum Wallet Balance

Testing

A small app built in Go using Fiber.

Shows the balance of eth and the most populars ERC20 tokens in your wallet.

How to

You need to get an api key from infura.io

With Go installed in your system

Clone the repo and execute the following:

go get .
INFURA_API_KEY="<infura-api-key>" go run *.go

Testing

To run the test execute the following command:

INFURA_API_KEY="<infura-api-key>" TEST_ADDRESS="<address>" go test ./...

The address must have wei and one of the tokens that is evaluated in the system as it verifies that it can obtain that information.

Hosting

Check the project online here: https://go-wallet.herokuapp.com/

About

System which shows how many ERC20 tokens you have in a wallet

Resources

License

Stars

Watchers

Forks