Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.31 KB

Web3 Modal Example

This is an example project demonstrating the use of @uauth/web3modal

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/web3modal package to this project.

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

    yarn install
  3. Start the development server.

    yarn start

Files

Integration Guides

For step-by-step instructions for integrating with @uauth/web3modal, see the Login Integration Pathways and the Web3 Modal integration guide.