Skip to content

feat(privy-next-funding): add comprehensive funding flows - #166

Merged
ss-privy merged 1 commit into
mainfrom
sina/add-funding-onboarding-flow
Jul 22, 2026
Merged

feat(privy-next-funding): add comprehensive funding flows#166
ss-privy merged 1 commit into
mainfrom
sina/add-funding-onboarding-flow

Conversation

@ss-privy

@ss-privy ss-privy commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updates the funding demo to cover automatic wallet creation, manual wallet creation, unified funding, deposit-address funding, and direct fiat onramp funding.
  • Uses useAddFunds, useDepositAddress, and useFiatOnramp against a selected wallet destination: Base USDC for Ethereum wallets or Solana USDC for Solana wallets.
  • Lets the SDK resolve the refund wallet for deposit-address funding based on the source chain selected in the modal.
  • Documents the required dashboard configuration, includes the Stripe crypto dependency for Stripe onramp, and warns about production money movement.

Verification

  • pnpm dlx prettier --write examples/privy-next-funding/src/components/sections/fund-wallet.tsx
  • examples/privy-next-funding/node_modules/.bin/tsc --noEmit --pretty false --skipLibCheck --project examples/privy-next-funding/tsconfig.json

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
privy-next-funding Ready Ready Preview, Comment Jul 22, 2026 5:57pm
privy-next-yield-demo Ready Ready Preview, Comment Jul 22, 2026 5:57pm
privy-react-farcaster Error Error Jul 22, 2026 5:57pm
privy-react-fiat-onramp Error Error Jul 22, 2026 5:57pm
privy-react-funding Error Error Jul 22, 2026 5:57pm
privy-react-permissionless Error Error Jul 22, 2026 5:57pm
privy-react-smart-wallets Error Error Jul 22, 2026 5:57pm
14 Skipped Deployments
Project Deployment Actions Updated (UTC)
privy-next-cross-app-connect Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-cross-app-provider Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-farcaster Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-farcaster-mini-app Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-fiat-onramp Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-permissionless Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-session-keys Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-smart-wallets Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-solana Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-starter Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-next-wagmi Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-react-pwa Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-react-starter Ignored Ignored Preview Jul 22, 2026 5:57pm
privy-react-whitelabel-starter Ignored Ignored Preview Jul 22, 2026 5:57pm

Request Review

@socket-security

socket-security Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​privy-io/​react-auth@​3.35.17310073100100
Added@​stripe/​crypto@​1.1.27610010096100

View full report

@ss-privy
ss-privy force-pushed the sina/add-funding-onboarding-flow branch from f1a0020 to 4b7500a Compare July 20, 2026 22:21
@ss-privy ss-privy changed the title feat(funding): add a full onboarding funding tour feat(funding): expand funding demo flows Jul 20, 2026
@ss-privy
ss-privy force-pushed the sina/add-funding-onboarding-flow branch from 4b7500a to 07649af Compare July 20, 2026 23:01
@ss-privy
ss-privy force-pushed the sina/add-funding-onboarding-flow branch from 07649af to 8895512 Compare July 20, 2026 23:30
@ss-privy
ss-privy force-pushed the sina/add-funding-onboarding-flow branch from 5b21983 to b86a557 Compare July 21, 2026 19:10
@ss-privy
ss-privy force-pushed the sina/add-funding-onboarding-flow branch from b86a557 to 283302f Compare July 21, 2026 19:28
@ss-privy
ss-privy marked this pull request as ready for review July 21, 2026 20:01
@ss-privy
ss-privy requested a review from JoshNavi July 21, 2026 20:02
```

### 2. Install Dependencies
### 2. Install dependencies

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

turbo nit: to use stripe they might need to manually install that lib, should we link to our public docs here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added a README note under install deps that @stripe/crypto is already included in this example and must be installed separately when copying the flow into an existing app, with a link to the Privy fiat-onramp docs.

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Jul 22, 5:42 PM UTC: Graphite couldn't merge this PR because it failed for an unknown reason (unsigned commits detected).

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.

2 participants