ens-validation/README.md

16 lines
176 B
Markdown

# 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
```