Skip to content

Commit d2806cd

Browse files
conver md table to html table
1 parent fa46161 commit d2806cd

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

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

7095
## Hosting ☁️
7196

0 commit comments

Comments
 (0)