Setting Up Worker
To solve jobs provided by the CVAT Exchange Oracle, you need to register a worker user in both the Reputation Network and CVAT. You can read about registering a user in the Reputation Network on the workers page and in "How can I pass Identity Verification for workers without setting up the provider?"
Once you have a worker user registered in the Reputation Network, you need to register its counterpart in CVAT. Open the CVAT UI and follow these steps:
- Go to the registration page and create a user with the same email as in the HUMAN App.
- Open the Swagger portal on the HUMAN App server.
- Obtain a JWT token by sending a sign-in request.
- Authorize Swagger with the obtained JWT.
- Use the
/exchange-oracle-registrationendpoint with the CVAT Exchange Oracle address and a test hCaptcha token. - Go back to CVAT, check for an invitation and accept it if needed, or verify that the user is now a member of the Exchange Oracle's org.
- Log out as the user; log in as the CVAT admin.
- Go to
YOUR_CVAT_URL:8080/admin/account/emailaddress/and mark the registered user address as verified.
Now your user should be able to see CVAT Exchange Oracle jobs on "Job Discovery" in the HUMAN App.