@microblink/platform-sdk
v1.6.7
Published
Microblink Platform SDK
Downloads
1,028
Readme
Microblink Platform browser SDK
The Microblink Platform browser SDK is a TypeScript client library which allows you to integrate Platform workflows into your web application.
The SDK documentation is available here.
This README covers how to use the example apps (example-react and example-vanilla).
Prerequisites
To successfully run the example apps, you need:
- A Microblink Platform account and API credentials.
- A workflow. After this step, you should know your workflow ID.
- An transaction proxy with which you can test the workflow. For testing, you can use our own transaction proxy. After this step, you should know your transaction proxy URL.
Clone the repository and you're ready to run the apps now.
Run the example apps
- Navigate to one of the example apps.
- Install its dependencies:
npm install - Run the app:
npm run dev
The apps will run on localhost, port 8080 (example-react) or 3000 (example-vanilla).
Use the example apps
- Enter your workflow ID, for example:
6870ca44335606082bb4bf90. - Enter your proxy URL, for example:
http://localhost:8081/transaction. - Select localization or customization options.
- Turn D2D on or off.
