Skip to content

Commit

Permalink
Add user onboarding tools
Browse files Browse the repository at this point in the history
  • Loading branch information
taycaldwell committed Nov 28, 2023
1 parent 6134220 commit 3ad99b4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions apps/base-docs/docs/tools/onboarding.md
Original file line number Diff line number Diff line change
@@ -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

---

## 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.

---

## 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.

---
1 change: 1 addition & 0 deletions apps/base-docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ module.exports = {
collapsed: true,
items: ['tools/ethers', 'tools/thirdweb-sdk', 'tools/viem', 'tools/web3'],
},
'tools/onboarding',
],
},
['contracts'],
Expand Down

0 comments on commit 3ad99b4

Please sign in to comment.