Skip to content

Implementation in golang of the namehash function used in ethereum name system ENS

Notifications You must be signed in to change notification settings

jgimeno/go-namehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation in golang of the namehash function used in ethereum name system ENS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages