Categorygithub.com/jgimeno/go-namehash
modulepackage
0.0.0-20180808144722-2773b36cc1f8
Repository: https://github.com/jgimeno/go-namehash.git
Documentation: pkg.go.dev

# README

Golang ENS Namehash implementation.

How to use

Is very easy to use, import the library and use it like:

Import the library with dep:

dep ensure -add "github.com/jgimeno/go-namehash"

And use it like:

nameHash := kns.NameHash("foo.eth")

And it returns a common.Hash.

# Functions

No description provided by the author