Go to file
Barry Gitarts 2e0a17c458 add index.js 2018-08-30 14:06:01 -04:00
__test__ add tests for safe and unsafe strings 2018-08-27 15:59:04 -04:00
examples Refactor 2018-05-09 11:47:58 +01:00
src add tests for safe and unsafe strings 2018-08-27 15:59:04 -04: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
index.js add index.js 2018-08-30 14:06:01 -04:00
package.json SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01:00
rollup.config.ts SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01:00
tsconfig-build.json SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01: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
yarn-error.log SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +01:00
yarn.lock SAVEPOINT - Initial tests are passing. 2018-06-16 07:27:32 +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