Skip to content

Conversation

@websurferdoteth
Copy link
Contributor

Why

Some potential users of the marketplace do not already have a web3 wallet. We want an option for these users so they can still use the app.

How

This PR integrates with Privy to allow users to login by other means than a web3 wallet (sms, email, socials).

Notes

  • Requires two new env vars
    NEXT_PUBLIC_PRIVY_APP_ID
    NEXT_PUBLIC_PRIVY_CLIENT_ID
  • For new users that have no funds for gas, we could potentially set up gas sponsorship through privy to allow them to create listings
Screencast.from.2025-11-05.14-07-15.webm

@vercel
Copy link

vercel bot commented Nov 5, 2025

@websurferdoteth is attempting to deploy a commit to the BuidlGuidl Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines +17 to +18
const targetNetworks = process.env.NODE_ENV === "development" ? [chains.hardhat] : [chains.base];

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this assuming that vercel environments have a different value for NODE_ENV. Does that sound right @escottalexander ?

@escottalexander escottalexander mentioned this pull request Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant