From 1331af364f007be7cf3962bbd6cc6427d9fe8469 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 4 May 2023 14:31:45 -0600 Subject: [PATCH] Update cede and WC docs --- docs/src/routes/docs/[...4]wallets/walletconnect.md | 2 +- .../docs/{[...4]wallets => [...5]other}/cede-store.md | 11 +++-------- .../[...1]resources.md | 0 .../[...2]troubleshooting.md | 0 packages/cede-store/README.md | 7 +------ 5 files changed, 5 insertions(+), 15 deletions(-) rename docs/src/routes/docs/{[...4]wallets => [...5]other}/cede-store.md (69%) rename docs/src/routes/docs/{[...5]resources => [...6]resources}/[...1]resources.md (100%) rename docs/src/routes/docs/{[...5]resources => [...6]resources}/[...2]troubleshooting.md (100%) diff --git a/docs/src/routes/docs/[...4]wallets/walletconnect.md b/docs/src/routes/docs/[...4]wallets/walletconnect.md index 3ee0990f7..b325970e1 100644 --- a/docs/src/routes/docs/[...4]wallets/walletconnect.md +++ b/docs/src/routes/docs/[...4]wallets/walletconnect.md @@ -1,6 +1,6 @@ # Walletconnect -Wallet module for connecting Wallet Connect to web3-onboard +Wallet module for connecting WalletConnect to web3-onboard, currently supporting both v1 and v2. :::admonition type=warning _Not all Wallets support WalletConnect V2 currently. For an up to date list please see the [WalletConnect Explorer](https://explorer.walletconnect.com/?version=2)_ diff --git a/docs/src/routes/docs/[...4]wallets/cede-store.md b/docs/src/routes/docs/[...5]other/cede-store.md similarity index 69% rename from docs/src/routes/docs/[...4]wallets/cede-store.md rename to docs/src/routes/docs/[...5]other/cede-store.md index b0fc72768..b6926d253 100644 --- a/docs/src/routes/docs/[...4]wallets/cede-store.md +++ b/docs/src/routes/docs/[...5]other/cede-store.md @@ -1,15 +1,10 @@ # cede.store -## Wallet module for connecting cede.store Wallet SDK to web3-onboard - -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. - -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. - -See [cede.store Wallet Developer Docs](https://docs.cede.store) +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. :::admonition type=warning -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. +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. +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. ::: ### Install diff --git a/docs/src/routes/docs/[...5]resources/[...1]resources.md b/docs/src/routes/docs/[...6]resources/[...1]resources.md similarity index 100% rename from docs/src/routes/docs/[...5]resources/[...1]resources.md rename to docs/src/routes/docs/[...6]resources/[...1]resources.md diff --git a/docs/src/routes/docs/[...5]resources/[...2]troubleshooting.md b/docs/src/routes/docs/[...6]resources/[...2]troubleshooting.md similarity index 100% rename from docs/src/routes/docs/[...5]resources/[...2]troubleshooting.md rename to docs/src/routes/docs/[...6]resources/[...2]troubleshooting.md diff --git a/packages/cede-store/README.md b/packages/cede-store/README.md index 4e5220665..fd664a57b 100644 --- a/packages/cede-store/README.md +++ b/packages/cede-store/README.md @@ -1,15 +1,10 @@ # @web3-onboard/cede-store -## Wallet module for connecting cede.store Wallet SDK to web3-onboard +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. -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. - -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. 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. -See [cede.store Wallet Developer Docs](https://docs.cede.store) - ### Install `npm i @web3-onboard/cede-store`