Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15,494 changes: 15,494 additions & 0 deletions examples/privy-next-cross-app-connect/package-lock.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions examples/privy-next-cross-app-connect/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"use client";

import { usePrivy } from "@privy-io/react-auth";
import Image from "next/image";
import { ToastContainer } from "react-toastify";

import { FullScreenLoader } from "@/components/ui/fullscreen-loader";
import { Header } from "@/components/ui/header";
import { ArrowLeftIcon } from "@heroicons/react/16/solid";
import WagmiActions from "@/components/sections/wagmi-actions";
Expand All @@ -22,7 +20,7 @@ function Home() {
{!!address ? (
<section className="w-full flex flex-col md:flex-row h-screen pt-[60px]">
<div className="flex-grow overflow-y-auto h-full p-4 pl-8">
<button className="button" onClick={disconnect}>
<button className="button" onClick={() => disconnect()}>
<ArrowLeftIcon className="h-4 w-4" strokeWidth={2} /> Disconnect
</button>

Expand Down
1 change: 1 addition & 0 deletions examples/privy-next-farcaster/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const nextConfig: NextConfig = {
},
],
},
experimental: { turbopackScopeHoisting: false},
};

export default nextConfig;
Binary file not shown.
Binary file not shown.
8,875 changes: 8,875 additions & 0 deletions examples/privy-next-solana/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/privy-react-funding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"dependencies": {
"@privy-io/react-auth": "^2.4.2",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
8,345 changes: 8,345 additions & 0 deletions examples/privy-react-funding/pnpm-lock.yaml

Large diffs are not rendered by default.