feat(privy-next-funding): add comprehensive funding flows - #166
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 20, 2026 22:21
f1a0020 to
4b7500a
Compare
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 20, 2026 23:01
4b7500a to
07649af
Compare
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 20, 2026 23:30
07649af to
8895512
Compare
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 21, 2026 19:10
5b21983 to
b86a557
Compare
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 21, 2026 19:28
b86a557 to
283302f
Compare
ss-privy
marked this pull request as ready for review
July 21, 2026 20:01
JoshNavi
approved these changes
Jul 22, 2026
| ``` | ||
|
|
||
| ### 2. Install Dependencies | ||
| ### 2. Install dependencies |
Contributor
There was a problem hiding this comment.
turbo nit: to use stripe they might need to manually install that lib, should we link to our public docs here?
Contributor
Author
There was a problem hiding this comment.
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.
ss-privy
force-pushed
the
sina/add-funding-onboarding-flow
branch
from
July 22, 2026 17:41
283302f to
a786e0a
Compare
Contributor
Author
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useAddFunds,useDepositAddress, anduseFiatOnrampagainst a selected wallet destination: Base USDC for Ethereum wallets or Solana USDC for Solana wallets.Verification
pnpm dlx prettier --write examples/privy-next-funding/src/components/sections/fund-wallet.tsxexamples/privy-next-funding/node_modules/.bin/tsc --noEmit --pretty false --skipLibCheck --project examples/privy-next-funding/tsconfig.json