From 1227b3bebd613ae5ce809bf3a6e584f95b6666a5 Mon Sep 17 00:00:00 2001 From: taycaldwell Date: Wed, 29 Nov 2023 06:16:14 -0800 Subject: [PATCH] Add user onboarding tools (#165) * Add user onboarding tools * Sort alphabetically * Sort sidebar --- apps/base-docs/docs/tools/onboarding.md | 37 +++++++++++++++++++++++++ apps/base-docs/sidebars.js | 1 + 2 files changed, 38 insertions(+) create mode 100644 apps/base-docs/docs/tools/onboarding.md diff --git a/apps/base-docs/docs/tools/onboarding.md b/apps/base-docs/docs/tools/onboarding.md new file mode 100644 index 00000000000..5af6d7f0201 --- /dev/null +++ b/apps/base-docs/docs/tools/onboarding.md @@ -0,0 +1,37 @@ +--- +title: User Onboarding +slug: /tools/onboarding +description: Documentation for various ways to onboard users in your apps on Base. +keywords: + [ + Wallets, + embedded wallets, + Base, + Base Mainnet, + Base Testnet, + Base network, + onboard, + onboarding, + Privy, + Dynamic, + user wallet, + accounts, + user account, + ] +--- + +# User Onboarding + +--- + +## Dynamic + +[Dynamic](https://www.dynamic.xyz/) is a login platform designed for seamless user onboarding. It offers smart and simple login flows for both crypto-native and non-native users. Dynamic features support for non-custodial embedded wallets and consolidating multiple wallets under a single user account. The Dynamic platform is compatible with most EVM chains, including Base. + +--- + +## 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. + +--- diff --git a/apps/base-docs/sidebars.js b/apps/base-docs/sidebars.js index 3d60c8c0c2d..b59a871099a 100644 --- a/apps/base-docs/sidebars.js +++ b/apps/base-docs/sidebars.js @@ -166,6 +166,7 @@ module.exports = { 'tools/data-indexers', 'tools/cross-chain', 'tools/onramps', + 'tools/onboarding', { type: 'category', label: 'Bridges',