Verisoul Docs
Search
⌃K

Quickstart

See how Verisoul ZeroFake 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. 1.
git clone https://github.com/verisoul/zerofake-sample.git && cd zerofake-sample
  1. 2.
    Copy .env.sample to .env and fill in the VERISOUL_API_KEY and REACT_APP_VERISOUL_PROJECT_ID values
cp .env.sample .env
  1. 3.
    Install dependencies
npm install
  1. 4.
    Run the app at http://localhost:3000
npm run start