Registrar modules are largely the same as regular modules except for 3 things:
- They should be marked as a "registrar" type module in the config.json file (Module Configuration)
- They should extend the RegistrarModule class
- They should implement the necessary methods from the RegistrarModule class (Module Methods#RegistrarMethods)