Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1 KB

README.md

File metadata and controls

31 lines (24 loc) · 1 KB

Blocknative Onboard Example

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

Running this Project

  1. Build your local uauth packages.

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

    Or add live versions of the @uauth/js and @uauth/web3-onboard packages to this project.

    # Inside this project folder
    yarn add @uauth/js @uauth/web3-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/web3-onboard, see the Login Integration Pathways and the Web3 Onboard integration guide.