🏛️ ENSIP-15: ENS Name Normalization Standard
- adraffy/ens-normalize.js
- adraffy/ens-norm-uts46.js
- UTS-46 According to Spec
- UTS-46 w/IDNA 2008
- ENS0 (ENSIP-1)
- ensdomains/eth-ens-namehash
- ethers-io/ethers
git clone --recurse-submodules
npm install
npm run gitpull
npm run impls
— print function lineupnpm run count
— count known labelsnpm run idempotence
— check iff(f(x)) == f(x)
npm run uts46
— determine wheref(uts46(x)) != f(x)
→ jsonnpm run quick
— check validation statusnpm run validate
— generate HTML reports for validation tests → htmlnpm run compare
— generate pair-wise HTML reports for registered labels → htmlnpm run breakdown
— generate HTML reports for normalization error types → htmlnpm run langs
— check that JS, CS, Java, and Go implementations match on all known labels
npm i ethers@npm:ethers@latest
npm i ethers5@npm:ethers@5 --no-audit