Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 976 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 976 Bytes

Node Server Example

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

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/node package to the project.

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