React Frontend Client Example
This project is a minimal example demonstrating how to include Prosopo Procaptcha in a client React app.
Quickstart
Section titled QuickstartMake sure you replace the following placeholder in the .env.production
file with your own site key. You can obtain
this by logging into the Prosopo portal.
The app is now running. Open http://localhost:9230/frictionless to view it in the browser. You also need to start the backend server to test the verification process.
Learn