RESTful API for the Proof of Humanity protocol and ecosystem.
This project started a couple of weeks ago when I was playing with some concepts. I found it hard to query information from the PoH protocol easily. Talking with other devs I saw this was a shared frustration.
Returned profiles now include the property vanity_id (docs)
vanity_id is a sequential ID assigned to every profile when they are accepted into the registry (moving to REGISTERED status). So not all profiles will have a vanity ID. Once assigned a vanity ID is permanent, it won’t be removed or changed, regardless of the profiles status.
The intention is a number to brag about, for example I am #2,973 in the registry.
I’d like to add a couple lines into the profiles/{eth_address} controller to check to see if the parameter looks like an ENS name before doing the lookup. Would be a nice touch.