Skip to content

Commit 20831ea

Browse files
conver md table to html table
1 parent ba485ad commit 20831ea

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
@@ -60,11 +60,36 @@ Checkout our [docs](https://docs.stf.xyz) to learn more about Micro-rollups, the
6060
## Wallet Setups ⚙️
6161

6262
This repo has been setup with [Privy](https://www.privy.io/), and we have included three modes of wallet setups:
63-
| Mode | Description | Branch | Deployment |
64-
| --- | --- | --- | --- |
65-
| 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) |
66-
| 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) |
67-
| 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) |
63+
<table>
64+
<thead>
65+
<tr>
66+
<th>Mode</th>
67+
<th>Description</th>
68+
<th>Branch</th>
69+
<th>Deployment</th>
70+
</tr>
71+
</thead>
72+
<tbody>
73+
<tr>
74+
<td>Embedded Wallet with Custodial wallet Auth</td>
75+
<td>Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)</td>
76+
<td><a href="https://github.com/stackrlabs/hackerpack/">main</a></td>
77+
<td><a href="https://main.hackerpack.stf.xyz">Try it</a></td>
78+
</tr>
79+
<tr>
80+
<td>Embedded Wallet with Social/Email Auth</td>
81+
<td>Uses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)</td>
82+
<td><a href="https://github.com/stackrlabs/hackerpack/tree/social">social</a></td>
83+
<td><a href="https://social.hackerpack.stf.xyz">Try it</a></td>
84+
</tr>
85+
<tr>
86+
<td>Using Custodial wallet</td>
87+
<td>Uses your wallet to sign transactions (requires pop-up)</td>
88+
<td><a href="https://github.com/stackrlabs/hackerpack/tree/custodial">custodial</a></td>
89+
<td><a href="https://custodial.hackerpack.stf.xyz">Try it</a></td>
90+
</tr>
91+
</tbody>
92+
</table>
6893

6994
## Hosting ☁️
7095

0 commit comments

Comments
 (0)