Skip to content

Latest commit

 

History

History

yivi-console

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Browser Yivi console example

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

You can run this example by running these 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.