Go to file
Matthew Lilley 7d7a85e7a1 Similar to top domains function, using levenstein 2018-05-10 19:46:27 +01:00
__test__ Refactor 2018-05-09 11:47:58 +01:00
examples Refactor 2018-05-09 11:47:58 +01:00
src Similar to top domains function, using levenstein 2018-05-10 19:46:27 +01:00
.editorconfig Refactor 2018-05-09 11:47:58 +01:00
.gitignore Refactor 2018-05-09 11:47:58 +01:00
.npmignore first 2018-05-01 10:06:47 +01:00
.nvmrc Refactor 2018-05-09 11:47:58 +01:00
.prettierrc Refactor 2018-05-09 11:47:58 +01:00
CODE_OF_CONDUCT.md Refactor 2018-05-09 11:47:58 +01:00
ISSUE_TEMPLATE.md Refactor 2018-05-09 11:47:58 +01:00
README.md Refactor 2018-05-09 11:47:58 +01:00
package.json Refactor 2018-05-09 11:47:58 +01:00
rollup.config.ts Refactor 2018-05-09 11:47:58 +01:00
tsconfig-build.json Refactor 2018-05-09 11:47:58 +01:00
tsconfig.json Refactor 2018-05-09 11:47:58 +01:00
tslint.json Similar to top domains function, using levenstein 2018-05-10 19:46:27 +01:00
yarn.lock Refactor 2018-05-09 11:47:58 +01:00

README.md

ENS Validation

Following the alorithm used for Google's IDN policy, this library can validate a ENS domain.

Test

yarn test

Build

yarn build