-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from rohit-710/patch-1
Docs Update: Add Reown as one of the Dev Tools available on Rootstock
- Loading branch information
Showing
4 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
sidebar_position: 102 | ||
sidebar_label: Reown | ||
title: Account Abstraction using Reown | ||
description: "Reown gives developers the tools to build user experiences that make digital ownership effortless, intuitive, and secure." | ||
tags: [reown, account abstraction, developer tools, rootstock, ethereum, dApps, wallets, wallet connections, wallet infrastructure] | ||
--- | ||
|
||
|
||
**[Reown](https://reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks)** gives developers the tools to build user experiences that make digital ownership effortless, intuitive, and secure. | ||
|
||
## AppKit | ||
|
||
AppKit is a powerful, free, and fully open-source SDK for developers looking to integrate wallet connections and other Web3 functionalities into their apps on any EVM and non-EVM chain. In just a few simple steps, you can provide your users with seamless wallet access, one-click authentication, social logins, and notifications—streamlining their experience while enabling advanced features like on-ramp functionality, in-app token swaps and smart accounts. | ||
|
||
Learn how to integrate Reown AppKit's account abstraction features: | ||
- [Enable Email and Social Login for your Web3 App](https://reown.com/blog/how-to-enable-email-and-social-login/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
- [Add On-Ramp and Crypto Swaps to Your Web3 App](https://reown.com/blog/how-to-add-on-ramp-and-crypto-swaps-to-your-web3-app/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
|
||
Some links to learn more about Reown: | ||
- [Website](https://reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
- [Blog](https://reown.com/blog?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
- [Docs](https://docs.reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# User Onboarding | ||
|
||
Web3 onboarding often faces challenges due to complex wallet setups, unfamiliarity with blockchain concepts, and intimidating security practices. To drive mainstream adoption, it’s crucial to offer intuitive solutions that reduce friction while maintaining security. Providing well thought out end-to-end wallet interaction flows is a key approach to make Web3 more accessible for everyday users. | ||
|
||
## User Onboarding Solutions on Rootstock | ||
|
||
<CardsGrid> | ||
<CardsGridItem | ||
title="Reown" | ||
subtitle="User Onboarding" | ||
color="green" | ||
description="Reown (prev. known as WalletConnect) provides developers with the tools to build user experiences that make digital ownership effortless, intuitive, and secure." | ||
linkHref="/dev-tools/user-onboarding/reown/" | ||
linkTitle="Build with Reown" | ||
/> | ||
</CardsGrid> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
sidebar_position: 101 | ||
sidebar_label: Reown | ||
title: User Onboarding with Reown | ||
description: "Reown gives developers the tools to build user experiences that make digital ownership effortless, intuitive, and secure." | ||
tags: [reown, account abstraction, developer tools, rootstock, ethereum, dApps, wallets, wallet connections, wallet infrastructure] | ||
--- | ||
|
||
|
||
**[Reown](https://reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks)** provides developers with the tools to build user experiences that make digital ownership effortless, intuitive, and secure. | ||
|
||
Reown has two major product offerings, they are, **AppKit** and **WalletKit**. | ||
|
||
## AppKit | ||
|
||
AppKit is a powerful, free, and fully open-source SDK for developers looking to integrate wallet connections and other Web3 functionalities into their apps on any EVM and non-EVM chain. In just a few simple steps, you can provide your users with seamless wallet access, one-click authentication, social logins, and notifications—streamlining their experience while enabling advanced features like on-ramp functionality, in-app token swaps and smart accounts. | ||
|
||
## WalletKit | ||
WalletKit is a robust, open-source SDK designed to empower seamless wallet connections and interactions across any blockchain. With WalletKit, you can offer your users a simple and secure way to connect with thousands of apps, enabling features like one-click authentication, secure transaction signing, and streamlined wallet address verification. Its chain-agnostic design ensures effortless multi-chain support, eliminating the need for complex integrations while delivering unmatched connectivity and security. | ||
|
||
To summarize, **AppKit** is for **Web3 applications** and **WalletKit** is for **Web3 wallets**. | ||
|
||
You will be able to use Reown AppKit to power end-to-end wallet interactions on your Web3 app deployed on Rootstock. | ||
|
||
Some links to learn more about Reown: | ||
- [Website](https://reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
- [Blog](https://reown.com/blog?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) | ||
- [Docs](https://docs.reown.com/?utm_source=rootstock&utm_medium=docs&utm_campaign=backlinks) |