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
Copy file name to clipboardExpand all lines: site/pages/getting-started.mdx
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@
3
3
4
4
MBGA is a collection of React hooks for building Bitcoin apps on [Spark](https://www.spark.info/). It handles wallet connections, balance queries, payments, and more.
5
5
6
+
## Choose Your Path
7
+
8
+
| Goal | Best starting point |
9
+
| --- | --- |
10
+
| I want the fastest setup |[Scaffold a project](/installation#scaffolding)|
11
+
| I already have a React app | Continue with the quick start below |
12
+
| I need framework-specific setup |[Vite](/frameworks/vite) or [Next.js](/frameworks/nextjs)|
13
+
| I am not sure which wallet integration to use |[Connector overview](/connectors#choosing-a-connector)|
14
+
15
+
## Before You Begin
16
+
17
+
- MBGA's React package is named `mbga`.
18
+
-`MbgaProvider` creates and owns the TanStack Query client for you.
19
+
- You will usually install `@mbga/connectors` alongside `mbga`, then add any extra connector peer dependencies you need.
0 commit comments