About the Sample App
The Verisoul React Sample App is a demonstration project built with create-react-app that showcases a working Verisoul integration. The app includes:- A React frontend using Verisoul’s script tag
- An Express API server backend
Prerequisites
Before you begin, you’ll need:- Node.js and npm installed on your system
- Git for cloning the repository
- A Verisoul API Key and Project ID (obtain these by scheduling a call)
Installation Steps
1. Clone the Repository
2. Configure Environment Variables
Create a.env
file from the provided sample and add your Verisoul credentials:
.env
file in your preferred text editor and fill in the following values:
VERISOUL_API_KEY
- Your Verisoul API keyVERISOUL_PROJECT_ID
- Your Verisoul project ID
3. Install Dependencies
Install all required npm packages:4. Run the Application
Start the development server:What to Expect
Once running, you’ll see a demonstration of how Verisoul’s fake user detection works in a React environment. This includes:- User verification flows
- Integration with Verisoul’s JavaScript SDK
- Backend API calls to Verisoul services