JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 172412
  • Score
    100M100P100Q193853F
  • License ISC

A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137

Package Exports

  • eth-ens-namehash

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eth-ens-namehash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Eth ENS Namehash CircleCI

A javascript library for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137

Usage

var namehash = require('eth-ens-namehash')
var hash = namehash('foo.eth')
// '0xde9b09fd7c5f901e23a3f19fecc54828e9c848539801e86591bd9801b019f84f'