Skip to content

Bullrich/go-wallet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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