Categorygithub.com/reiver/go-chainid
repositorypackage
0.0.0-20240725011322-39ef4d285b2d
Repository: https://github.com/reiver/go-chainid.git
Documentation: pkg.go.dev

# README

go-chainid

Package chainid provides Chain IDs (i.e., chain-ids / chain_ids / ChainIDs) (as per ERC-155), for the Go programming language.

The data for the chain-ids comes from https://chainid.network/

This package provides those chain-ids as constants, which are easily usable by programs written in the Go programming language.

Documention

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

GoDoc

Import

To import package chainid use import code like the follownig:

import "github.com/reiver/go-chainid"

Installation

To install package chainid do the following:

GOPROXY=direct go get https://github.com/reiver/go-chainid

Author

Package chainid was written by Charles Iliya Krempeaux