Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reiver/go-chainname

Package chainname provides chain-names for different blockchain-networks, for the Go programming language.
https://github.com/reiver/go-chainname

chainid

Last synced: about 1 month ago
JSON representation

Package chainname provides chain-names for different blockchain-networks, for the Go programming language.

Awesome Lists containing this project

README

        

# go-chainname

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/

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-chainname

[![GoDoc](https://godoc.org/github.com/reiver/go-chainname?status.svg)](https://godoc.org/github.com/reiver/go-chainname)

## Import

To import package **chainname** use `import` code like the follownig:
```
import "github.com/reiver/go-chainname"
```

## Installation

To install package **chainname** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-chainname
```

## Author

Package **chainname** was written by [Charles Iliya Krempeaux](http://reiver.link)