Skip to content

Latest commit

 

History

History

moralis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Moralis Example

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

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

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