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: README.md
+30-5
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,36 @@
17
17
## Wallet Setups ⚙️
18
18
19
19
This repo has been setup with [Privy](https://www.privy.io/), and we have included three modes of wallet setups:
20
-
| Mode | Description | Branch | Deployment |
21
-
| --- | --- | --- | --- |
22
-
| Embedded Wallet with Custodial wallet Auth | Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed) |[`main`](https://github.com/stackrlabs/hackerpack/)|[Try it](https://main.hackerpack.stf.xyz)|
23
-
| Embedded Wallet with Social/Email Auth | Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed) |[`social`](https://github.com/stackrlabs/hackerpack/tree/social)|[Try it](https://social.hackerpack.stf.xyz)|
24
-
| Using Custodial wallet | Uses your wallet to sign transactions (requires pop-up) |[`custodial`](https://github.com/stackrlabs/hackerpack/tree/custodial)|[Try it](https://custodial.hackerpack.stf.xyz)|
20
+
<table>
21
+
<thead>
22
+
<tr>
23
+
<th>Mode</th>
24
+
<th>Description</th>
25
+
<th>Branch</th>
26
+
<th>Deployment</th>
27
+
</tr>
28
+
</thead>
29
+
<tbody>
30
+
<tr>
31
+
<td>Embedded Wallet with Custodial wallet Auth</td>
32
+
<td>Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)</td>
0 commit comments