01b1b0d7d1
[WIP] Make into npm module |
||
---|---|---|
__test__ | ||
examples | ||
src | ||
.editorconfig | ||
.gitignore | ||
.npmignore | ||
.nvmrc | ||
.prettierrc | ||
CODE_OF_CONDUCT.md | ||
ISSUE_TEMPLATE.md | ||
README.md | ||
index.js | ||
package-lock.json | ||
package.json | ||
rollup.config.ts | ||
tsconfig-build.json | ||
tsconfig.json | ||
tslint.json |
README.md
ENS Validation
Following the algorithm used for Google's IDN policy, this library can validate a ENS domain.
Test
npm test
Build
npm run build