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
@@ -199,15 +213,23 @@ Make sure to replace `0xRecipientAddress` with your recipient address.
199
213
## 4. Start your app
200
214
201
215
```bash
202
-
npm start
216
+
npm run dev
203
217
```
204
218
205
219
Open http://localhost:3000, click **Sign in with Base** (optional) and then **Pay**, approve the transaction, and you've sent 5 USDC on Base Sepolia—done! 🎉
206
220
207
-
**Note:** If you have an existing React app, just install the SDK (`npm install @base-org/account`) and add the component above to your project.
221
+
**Note:** If you have an existing Next.js app, just install the SDK (`npm install @base-org/account @base-org/account-ui`) and add the component above to your project. For other React frameworks, you can adapt this component as needed.
208
222
209
223
## Next steps
210
224
211
-
***[Request profile data](/base-account/guides/accept-payments#collect-user-information-optional)** – ask the user for email, shipping address, etc. during `pay()`
***[Mobile quick-start](/base-account/quickstart/mobile-integration)** – the same flow for React Native
225
+
***[Authenticate Users](/base-account/guides/authenticate-users)** strong authentication by setting up Sign in with Base with backend verification
226
+
***[Accept Payments](/base-account/guides/accept-payments)** explore all the features of Base Pay
227
+
***[Sign in with Base Button](/base-account/reference/ui-elements/sign-in-with-base-button)** – implement full SIWE authentication with backend verification
228
+
***[Base Pay Button](/base-account/reference/ui-elements/base-pay-button)** – collect user information during payment flow
229
+
230
+
<Warning>
231
+
**Please Follow the Brand Guidelines**
232
+
233
+
If you intend on using the `SignInWithBaseButton` or `BasePayButton`, please follow the [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines) to ensure consistency across your application.
0 commit comments