Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdtf committed Aug 17, 2023
1 parent 5cc04c2 commit 2def417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions docs/concepts/account-linking/child-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@ title: Managing Child Accounts
sidebar_position: 1
---

If you’ve built dApps on Flow, or any blockchain for that matter, you’re painfully aware of the user onboarding process
and successive pain of prompting user signatures for on-chain interactions.

As a developer, this leaves you with two options - handle custody and act on the user's behalf or go with the
self-custodial status quo, hope your new users are Web3 native and authenticate them via their existing wallet. Either
choice will force significant compromise, fragmenting user experience and leaving much to be desired compared to the
broader status quo of Web2 identity authentication and single-click onboarding flow.

In this doc, we’ll dive into a progressive onboarding flow, including the Cadence scripts & transactions that go into
its implementation in your dApp. These components will enable any implementing dApp to create a custodial account,
mediate the user’s on-chain actions on their behalf, and later delegate access of that dApp-created account to the
user’s wallet. We’ll refer to this custodial pattern as the Hybrid Custody Model and the process of delegating control
of the dApp account as Account Linking.

In this guide we'll cover:
We'll cover:

- Create a [walletless onboarding](https://flow.com/post/flow-blockchain-mainstream-adoption-easy-onboarding-wallets)
transaction
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/account-linking/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ build spectacular experiences on Flow.

- [Managing Child Accounts](./child-accounts.mdx) covers how dapps can leverage Account Linking to create a seamless user
experience and enable future self-custody.
- [Working With Parent Accounts](./child-accounts.mdx) covers features enabled by the core `HybridCustody` contract to
- [Working With Parent Accounts](./parent-accounts.mdx) covers features enabled by the core `HybridCustody` contract to
access child account assets from parent accounts. This is useful for apps like marketplaces or wallets that are working with
accounts that have potential child accounts.

0 comments on commit 2def417

Please sign in to comment.