Skip to content

IDRnD/ekyc-web-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparation for Launch

  • Download face(idlive-face-capture-web-*.tar) and document(idlive-document-capture-web-*.tar) web libraries from the eKYC Extra Files page, unzip them. Inside, you will find three library versions: prod, dev, and CSP. FOR PRODUCTION USE, ONLY USE THE PROD VERSION.
  • Unzip and place the desired version in the root of the project, using the folder names: idlive-face-capture-web and idlive-document-capture-web.
  • In the config.js file, add values to the following variables:
    • API_KEY: Add your API key, which can be obtained from the eKYC Cloud page.
    • DOCUMENT_LICENSE: Add your document detector license, which you can find in the idlive-document-detector-eval-license-yyyy-mm-dd.zip file downloaded from the eKYC Extra Files page.
    • FACE_LICENSE: Add your face detector license, which you can find in the idlive-face-detector-eval-license-yyyy-mm-dd.zip file downloaded from the eKYC Extra Files page.

Start Frontend

Now you can run the example. If you are using WebStorm or IntelliJ IDEA, simply open the index.html file in Google Chrome.

Alternatively, you can start the example using Docker:

  1. Run the start.sh script.
  2. The example will be available at http://localhost:8080.

About

Code examples demonstrating how to integrate the eKYC Web Capture Library into a web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published