From 6330f532b5a9597f5beb80bec3ae9a215544998d Mon Sep 17 00:00:00 2001 From: Henri <3359083+sternhenri@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:01:13 -0500 Subject: [PATCH] Update onboarding.md --- apps/base-docs/docs/tools/onboarding.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/base-docs/docs/tools/onboarding.md b/apps/base-docs/docs/tools/onboarding.md index 5af6d7f020..ef541e8ecf 100644 --- a/apps/base-docs/docs/tools/onboarding.md +++ b/apps/base-docs/docs/tools/onboarding.md @@ -32,6 +32,8 @@ keywords: ## Privy -[Privy](https://www.privy.dev/) is a library designed for progressive user onboarding and authentication. It enables users to connect to your app using traditional methods such as email addresses, phone numbers, or social profiles, as well as through web3 methods like crypto wallets. Additionally, Privy supports embedded wallets, eliminating the need for users to have a self-custodial wallet prior to exploring your app. Privy is compatible with most EVM chains, including Base. +[Privy](https://www.privy.io/) is a library designed for progressive user onboarding and authentication. It enables users to connect to your app using traditional methods such as email addresses, phone numbers, or social profiles, as well as through web3 methods like crypto wallets. Additionally, Privy supports embedded wallets, eliminating the need for users to have a self-custodial wallet prior to exploring your app. Privy is compatible with most EVM chains, including Base. + +You can [get started with Privy here](https://docs.privy.io/guide/quickstart) and check out these starter repos for [building a Progressive Web App (PWA) Base](https://github.com/privy-io/create-privy-pwa) and [using the Base Paymaster with Privy](https://github.com/privy-io/base-paymaster-example). ---