Verisoul Docs
Search
⌃K

Quickstart

See how Verisoul ZeroKYC works within a sample web application made using create-react-app and Express.
To run the app a Verisoul API Key is required. Schedule a call here to get started.

Get Started

1. Clone the repository
git clone https://github.com/verisoul/cra-sample-app.git && cd cra-sample-app
2. Copy .env.sample to .env and fill in the VERISOUL_API_KEY
cp .env.sample .env
3. Install dependencies
npm install
4. Run the app at http://localhost:3000
npm start