Skip to content

Commit 00a014e

Browse files
authored
Docs Update: Add Reown (#1589)
* Add Reown This commit adds Reown as one of the developer tools available on Celo. * Update sidebars.js
1 parent 2ed50e1 commit 00a014e

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/developer/reown/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Reown (prev. known as WalletConnect)
2+
3+
**[Reown](https://reown.com/?utm_source=celo&utm_medium=docs&utm_campaign=backlinks)** gives developers the tools to build user experiences that make digital ownership effortless, intuitive, and secure.
4+
5+
Reown has two major product offerings, they are, **AppKit** and **WalletKit**.
6+
7+
## AppKit
8+
9+
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.
10+
11+
## WalletKit
12+
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.
13+
14+
To summarize, **AppKit** is for **Web3 applications** and **WalletKit** is for **Web3 wallets**.
15+
16+
You will be able to use Reown AppKit to power end-to-end wallet interactions on your Web3 app deployed on Celo.
17+
18+
Some links to learn more about Reown:
19+
- [Website](https://reown.com/?utm_source=celo&utm_medium=docs&utm_campaign=backlinks)
20+
- [Blog](https://reown.com/blog?utm_source=celo&utm_medium=docs&utm_campaign=backlinks)
21+
- [Docs](https://docs.reown.com/?utm_source=celo&utm_medium=docs&utm_campaign=backlinks)

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,11 @@ const sidebars = {
10401040
label: "viem",
10411041
id: "developer/viem/index",
10421042
},
1043+
{
1044+
type: "doc",
1045+
label: "Reown",
1046+
id: "developer/reown/index",
1047+
},
10431048
{
10441049
type: "doc",
10451050
label: "thirdweb SDK",

0 commit comments

Comments
 (0)