Package chainname provides chain-names for different blockchain-networks, for the Go programming language.
The data for the chain-names comes from https://chainid.network/
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-chainname
To import package chainname use import
code like the follownig:
import "github.com/reiver/go-chainname"
To install package chainname do the following:
GOPROXY=direct go get https://github.com/reiver/go-chainname
Package chainname was written by Charles Iliya Krempeaux