Quickstart
See how Verisoul ZeroKYC works within a sample web application made using create-react-app and Express.
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
Last modified 2mo ago