Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 949 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 949 Bytes

Attestr Studio Sample Webapp

GitHub GitHub release (latest SemVer including pre-releases)

Description

This is basic HTML application written for Attestr customers and developers to run / preview Attestr Studio flows. To read more about Attestr and Designer Studio, check our documentation.


Steps to Run

Follow the below steps to run the application.

  1. Clone the application.
  2. Host it on any static local server eg. Nginx.
  3. Go to any browser and run http://localhost:{port}
  4. Enter the handshake Id and client key in the form.
  5. Click initiate device session.

Optionally, you can modify the index.html file and provide your own implementations of onSuccess, onError and onSkip event handlers.