You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Retrieve your API Key and Policy ID from the smart wallets dashboard default configuration or create new keys: https://dashboard.alchemy.com/services/smart-wallets/configuration
2
2
NEXT_PUBLIC_ALCHEMY_API_KEY=YOUR_APP_API_KEY# Get your app API key: https://dashboard.alchemy.com/apps
3
3
NEXT_PUBLIC_ALCHEMY_POLICY_ID=YOUR_SPONSORSHIP_POLICY_ID# Get your gas sponsorship policy ID: https://dashboard.alchemy.com/services/gas-manager/configuration
4
+
NEXT_PUBLIC_CHAIN_ID=421614# Arbitrum Sepolia as default
4
5
# NOTE: make sure to set up a smart wallet configuration for your app to enable login
This quickstart is configured to run on **Arbitrum Sepolia** testnet. A free demo NFT contract has been deployed specifically for this quickstart, allowing you to mint NFTs without any setup or deployment steps. The contract is pre-configured and ready to use out of the box.
18
+
This quickstart is configured to run on **Arbitrum Sepolia** testnet, by default. A free demo NFT contract has been deployed specifically for this quickstart, allowing you to mint NFTs without any setup or deployment steps. The contract is pre-configured and ready to use out of the box.
19
19
20
20
## 🚀 Quick start
21
21
@@ -75,7 +75,7 @@ tailwind.config.ts
75
75
76
76
## 🏗️ How it works
77
77
78
-
1.`config.ts` initializes Account Kit with your API key, Arbitrum Sepolia chain, and Gas Sponsorship policy.
78
+
1.`config.ts` initializes Account Kit with your API key, chain, and Gas Sponsorship policy.
79
79
2.`Providers` wraps the app with `AlchemyAccountProvider` & React Query.
80
80
3.`LoginCard` opens the authentication modal (`useAuthModal`).
81
81
4. After login, `useSmartAccountClient` exposes the smart wallet.
0 commit comments