Log in with Ethos

Use Log in with Ethos to authenticate users into your application using their Ethos Everywhere wallet.

This integration is powered by Privyarrow-up-right, allowing users to sign in with the Ethos Everywhere wallet.

You can find a working reference implementation here:

1. Prerequisites

To integrate Log in with Ethos, you need:


2. Configure Privy

Step 1 — Create a Privy app

  1. Go to Privy Developer Dashboard

  2. Copy your APP ID

You will use this on the client side when initializing Privy.

Step 2 — Enable integration with Ethos

Inside your Privy dashboard:

  1. Navigate to Global wallet → Integrations

  2. Find Ethos Network and enable it.

3. Install Privy in your app

Add Privy’s SDK to your projectarrow-up-right.


4. Initialize Privy

Use your Privy App ID to initialize Privy in your React app:


5. Trigger Login with Ethos

Inside your app:

Example app

A fully working implementation demonstrating the entire flow:

Last updated