Categorygithub.com/Bullrich/go-wallet
modulepackage
0.0.0-20210213182336-a8d3af813f0e
Repository: https://github.com/bullrich/go-wallet.git
Documentation: pkg.go.dev

# README

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/

# Packages

No description provided by the author
No description provided by the author
No description provided by the author