diff --git a/README.md b/README.md index bc1dccd..3f41543 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,36 @@ Checkout our [docs](https://docs.stf.xyz) to learn more about Micro-rollups, the ## Wallet Setups ⚙️ This repo has been setup with [Privy](https://www.privy.io/), and we have included three modes of wallet setups: -| Mode | Description | Branch | Deployment | -| --- | --- | --- | --- | -| 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) | -| 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) | -| 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) | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModeDescriptionBranchDeployment
Embedded Wallet with Custodial wallet AuthUses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)mainTry it
Embedded Wallet with Social/Email AuthUses Privy's embedded wallet to sign transactions (signing pop-up can be suppressed)socialTry it
Using Custodial walletUses your wallet to sign transactions (requires pop-up)custodialTry it
## Hosting ☁️