Skip to content

Latest commit

 

History

History

web3-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web3-React Example

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

Running this Project

  1. Build your local copy of the uauth repo.

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

    Or add a live version of the @uauth/web3-react package to the project.

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