Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reiver/go-chainname
- Owner: reiver
- License: mit
- Created: 2024-06-22T11:41:24.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T01:15:38.000Z (5 months ago)
- Last Synced: 2024-07-25T02:50:10.292Z (5 months ago)
- Topics: chainid
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)