This is an example project demonstrating the use of @uauth/moralis
.
-
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
-
Install the project dependencies.
yarn install
-
Start the development server.
yarn start
- index.tsx - The root of the React app.
- connectors.ts - The configuration for
moralis
. - App.tsx - A login page implementation.
For step-by-step instructions for integrating with @uauth/moralis
, see the Login Integration Pathways and the Moralis integration guide.