Last active
July 30, 2020 16:55
-
-
Save 0xGabi/9bc13a9cd099be36ec7720cbd51cbac9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const namehash = require('eth-ens-namehash').hash | |
const tldName = 'conviction-experimental.open.aragonpm.eth' | |
const tldHash = namehash(tldName) | |
console.log(`Namehash: ${tldHash}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment