File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
quick-starts/react-quick-start/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import "./App.css" ;
2- // IMP START - Quick Start
32import { useWeb3AuthConnect , useWeb3AuthDisconnect , useWeb3AuthUser } from "@web3auth/modal/react" ;
4- // IMP END - Quick Start
5-
63// IMP START - Blockchain Calls
74import { useAccount } from "wagmi" ;
85import { SendTransaction } from "./components/sendTransaction" ;
Original file line number Diff line number Diff line change 1+ // IMP START - Quick Start
12import { WEB3AUTH_NETWORK } from "@web3auth/modal" ;
23import { type Web3AuthContextConfig } from "@web3auth/modal/react" ;
4+ // IMP END - Quick Start
35
46// IMP START - Dashboard Registration
57const clientId = import . meta. env . VITE_WEB3AUTH_CLIENT_ID || "" ; // get from https://dashboard.web3auth.io
You can’t perform that action at this time.
0 commit comments