Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1004 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1004 Bytes

Blocknative Onboard Example

This is an example project demonstrating the use of @uauth/bnc-onboard.

Running this Project

  1. Build your local uauth packages.

    # From the top level of the uauth repo
    yarn install
    yarn build

    Or add a live version of the @uauth/bnc-onboard package to this project.

    # Inside this project folder
    yarn add @uauth/js @uauth/bnc-onboard
  2. Install the project dependencies.

    yarn install
  3. Start the development server.

    yarn start

Integration Guides

For step-by-step instructions for integrating with @uauth/bnc-onboard, see the Login Integration Pathways and the BNC Onboard integration guide.