Go to file
Barry G 01b1b0d7d1
Merge pull request #1 from noman-land/npm-module
[WIP] Make into npm module
2018-10-17 11:14:03 -04:00
__test__ Make into npm module 2018-10-11 03:33:31 -04:00
examples Refactor 2018-05-09 11:47:58 +01:00
src Make into npm module 2018-10-11 03:33:31 -04:00
.editorconfig Refactor 2018-05-09 11:47:58 +01:00
.gitignore Make into npm module 2018-10-11 03:33:31 -04:00
.npmignore Make into npm module 2018-10-11 03:33:31 -04: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 Make into npm module 2018-10-11 03:33:31 -04:00
index.js add index.js 2018-08-30 14:06:01 -04:00
package-lock.json Make into npm module 2018-10-11 03:33:31 -04:00
package.json Update git links to point to Status 2018-10-11 03:58:54 -04:00
rollup.config.ts SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01:00
tsconfig-build.json Make into npm module 2018-10-11 03:33:31 -04:00
tsconfig.json Refactor 2018-05-09 11:47:58 +01:00
tslint.json SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01:00

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