ens-validation/README.md

16 lines
176 B
Markdown
Raw Normal View History

2018-10-11 07:33:31 +00:00
# ENS Validation
Following the algorithm used for Google's IDN policy, this library can validate a ENS domain.
## Test
```sh
npm test
```
## Build
```sh
npm run build
```