Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Nov 6, 2018
1 parent d18a570 commit 1fcaffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ docker run -p 8080:8080 -e GETH_SERVER=https://mainnet.infura.io/APIKEY -d hunte
# Use as Golang Package
You can use Token Balance as a typical Go Language package if you you like to implement ERC20 functionality into your own application.

```bash
go get github.com/hunterlong/tokenbalance
```

###### First you'll want to connect to your Geth server or IPC
```go
import (
Expand Down

0 comments on commit 1fcaffa

Please sign in to comment.