Skip to content

Commit bdabe8a

Browse files
conver md table to html table
1 parent 80dcb2b commit bdabe8a

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

README.md

+30-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,36 @@
1717
## Wallet Setups ⚙️
1818

1919
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>
33+
<td><a href="https://github.com/stackrlabs/hackerpack/">main</a></td>
34+
<td><a href="https://main.hackerpack.stf.xyz">Try it</a></td>
35+
</tr>
36+
<tr>
37+
<td>Embedded Wallet with Social/Email Auth</td>
38+
<td>Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)</td>
39+
<td><a href="https://github.com/stackrlabs/hackerpack/tree/social">social</a></td>
40+
<td><a href="https://social.hackerpack.stf.xyz">Try it</a></td>
41+
</tr>
42+
<tr>
43+
<td>Using Custodial wallet</td>
44+
<td>Uses your wallet to sign transactions (requires pop-up)</td>
45+
<td><a href="https://github.com/stackrlabs/hackerpack/tree/custodial">custodial</a></td>
46+
<td><a href="https://custodial.hackerpack.stf.xyz">Try it</a></td>
47+
</tr>
48+
</tbody>
49+
</table>
2550

2651
## Requirements
2752

0 commit comments

Comments
 (0)