ens-validation/README.md

15 lines
186 B
Markdown
Raw Normal View History

2018-04-24 19:50:54 +00:00
# ENS Validation
Following the alorithm used for Google's IDN policy, this library can validate a ENS domain.
## Test
```sh
yarn test
```
## Build
```sh
yarn build
```