Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 701 Bytes

Overview

This example demonstrates the basics of using the ORE ID

  • Initializing the oreid-js library with your app's appId
  • How to use oreid-webwidget
  • Handling the login flow
  • Signing a transaction flow

To install project dependencies use:

yarn install

This project was bootstrapped with Create React App

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Note: Due to a bug in Create React App 5 - use 'GENERATE_SOURCEMAP=false react-scripts start' to start the app or you may see errors 'Failed to parse source map...'