Skip to content

idvhq/idvp-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

IDV Platform Docs Code Examples

This repository holds code example for IDVerse's IDV Platform.

The SDK documentation is available at idvplatform.docs.idverse.com/docs/getting-started.

Quick Start

  • Make sure you have Node.js installed
  • Download an SDK from your IDVerse Core Workspace
  • Extract the sdk-build-******.zip and copy idverse-sdk-browser folder to the sdk-integration-examples folder
  • For each app you will need to run npm install to get all the dependencies then update the code below with parameters with those from your Tenant session:
<idverse-sdk-ui
  session-url="YOUR_SESSION_URL"
  session-token="YOUR_SESSION_TOKEN"
  session-build-id="YOUR_SESSION_BUILD_ID"
></idverse-sdk-ui>

For the React flow-example app, create a .env.local file at the root of the project with the following content (add real variables in place of the placeholders):

VITE_SDK_SESSION_URL=https://........
VITE_SDK_SESSION_TOKEN=idv_..........
VITE_SDK_SESSION_BUILD_ID=build_.....

You do not need to alter the values within the idverse-sdk-ui component for the flow-example app.

  • Run the app with npm run host (your app will be available on the local network for testing with other devices as well).

Example Apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •