Skip to content

An RDAP response validator implemented in JavaScript.

License

Notifications You must be signed in to change notification settings

rdap-org/validator.rdap.org

Repository files navigation

RDAP Validator

This repository contains:

Using the CLI tool

Once you've checked out this repository, run npm i to install its dependencies.

Then you can run bin/rdap-validator --help.

Using Docker

Build a Docker image using docker buildx build -t rdap-validator ..

Then run the docker image using docker run --rm rdap-validator --help.

Web interface

The web frontend is built using Jekyll. Built it using jekyll build. You can run a simple local webserver using jekyll serve.