Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 289 Bytes

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.