Skip to content

Files

Latest commit

7b65b1e · Mar 23, 2023

History

History
This branch is up to date with privacybydesign/yivi-frontend-packages:master.

Browser Yivi web example

This package is an example for how to use the yivi-web plugin in the web browser. See the source of index.js and public/index.html for how we use the plugin.

You can build this example by running the following commands in this directory:

npm install
npm run build

To run the example, the public directory can simply be hosted using an HTTP server. You can use the irma CLI tool to do this.

irma server --static-path=./public

It will be available in your browser at http://localhost:8088.