Skip to content

Commit c101049

Browse files
authored
Update cede and WC docs (#1681)
1 parent 0de1d90 commit c101049

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

docs/src/routes/docs/[...4]wallets/walletconnect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Walletconnect
22

3-
Wallet module for connecting Wallet Connect to web3-onboard
3+
Wallet module for connecting WalletConnect to web3-onboard, currently supporting both v1 and v2.
44

55
:::admonition type=warning
66
_Not all Wallets support WalletConnect V2 currently. For an up to date list please see the [WalletConnect Explorer](https://explorer.walletconnect.com/?version=2)_

docs/src/routes/docs/[...4]wallets/cede-store.md renamed to docs/src/routes/docs/[...5]other/cede-store.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# cede.store
22

3-
## Wallet module for connecting cede.store Wallet SDK to web3-onboard
4-
5-
cede.store is a non-custodial browser extension designed to store CEX (centralized exchange) API keys and to sign CEX requests from the client-side. It allows users to manage their cryptos in their CEX through a unified interface.
6-
7-
Any dApp can integrate cede.store in order to track and/or manage a user's CEX assets. In this way, we offer the dApp a way to monitor and manage a user's CEX assets while remaining non-custodial and maintaining the same user experience as any DeFi browser wallet.
8-
9-
See [cede.store Wallet Developer Docs](https://docs.cede.store)
3+
CEX Wallet module for connecting cede.store to web3-onboard. Check out the cede.store Wallet Developer Docs [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
104

115
:::admonition type=warning
12-
As cede.store is not a traditional 1193 wallet behavior is a little different from other wallets that connect through web3-onboard in that there is no on-chain user address to interact with and there isn't a specific chain associated. With this behavior dapp devs will need to handle accordingly and differently from traditional 1193 wallets. The dapp dev can expect the connect account to not be shown as a hex value (or at all) and the chain to always be `0x0` when a user connects with cede.store for that specific wallet account.
6+
Cede.store is not a traditional 1193 wallet, behavior is different in that there is no on-chain user address to interact with and there isn't a specific chain associated.
7+
Dapp devs will need to handle accordingly through the exposed API and can expect the connect account to not be shown as a hex value (or at all) and the chain to always be 0x0 when a user connects with cede.store for that specific wallet account.
138
:::
149

1510
### Install
File renamed without changes.
File renamed without changes.

packages/cede-store/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# @web3-onboard/cede-store
22

3-
## Wallet module for connecting cede.store Wallet SDK to web3-onboard
3+
CEX Wallet module for connecting cede.store to web3-onboard. Check out the cede.store Wallet Developer Docs [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
44

5-
cede.store is a non-custodial browser extension designed to store CEX (centralized exchange) API keys and to sign CEX requests from the client-side. It allows users to manage their cryptos in their CEX through a unified interface.
6-
7-
Any dApp can integrate cede.store in order to track and/or manage a user's CEX assets. In this way, we offer the dApp a way to monitor and manage a user's CEX assets while remaining non-custodial and maintaining the same user experience as any DeFi browser wallet.
85

96
As cede.store is not a traditional 1193 wallet behavior is a little different from other wallets that connect through web3-onboard in that there is no on-chain user address to interact with and there isn't a specific chain associated. With this behavior dapp devs will need to handle accordingly and differently from traditional 1193 wallets. The dapp dev can expect the connect account to not be shown as a hex value (or at all) and the chain to always be `0x0` when a user connects with cede.store for that specific wallet account.
107

11-
See [cede.store Wallet Developer Docs](https://docs.cede.store)
12-
138
### Install
149

1510
`npm i @web3-onboard/cede-store`

0 commit comments

Comments
 (0)