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.
Follow the below steps to run the application.
- Clone the application.
- Host it on any static local server eg. Nginx.
- Go to any browser and run http://localhost:{port}
- Enter the handshake Id and client key in the form.
- Click initiate device session.
Optionally, you can modify the index.html file and provide your own implementations of onSuccess, onError and onSkip event handlers.