Skip to content

Docs Update: Re-structuring and renaming "Explorer" to "WalletGuide" #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nosocial", "bitget", "leather", "binance", "uniswap", "safepal", "bybit", "phantom", "ledger", "timeless-x", "safe", "zerion", "oneinch", "crypto-com", "imtoken", "kraken", "ronin", "robinhood", "exodus", "argent", "tokenpocket", "Contractaddress",
"executionreverted", "FATF", "VASP", "LLMSTXT", "Frontmatter", "CASP", "DKMS", "hydradx", "phala", "astar", "mangata", "polkadotjs", "Dogecoin", "Blockbook", "vuejs", "xsmall", "rgba", "mintlify", "filteredwallets",
"tnum","minmax","toolkits", "autoplay", "Litoshi", "Litoshis", "encryptor's", "Everscale", "Bitcore", "satoshis", "Parachain", "Bitcore", "walletlist", "Userflow", "retryable", "USDS", "Arbitrum", "Wolfswap", "Halborn", "Pentest", "Spearbit", "valtio",
"reshare"
"reshare", "microstacks"
]
}

2 changes: 1 addition & 1 deletion appkit/recipes/tenderly-virtual-testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Select the product as “**AppKit**” and click on “**Continue**”.
<Frame>
![image.png](/images/recipes/tenderly3.png)
</Frame>
Select the framework as "**Next.js**" and click on "**Create**". Reown Dashboard will now create a new project for you which will also generate a project Id.ject Id.
Select the framework as "**Next.js**" and click on "**Create**". Reown Dashboard will now create a new project for you which will also generate a project Id.
<Frame>
![image.png](/images/recipes/tenderly4.png)
</Frame>
Expand Down
28 changes: 22 additions & 6 deletions cloud/explorer-submission.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Explorer Submission
title: WalletGuide Submission
---

<Note>
Expand All @@ -11,21 +11,37 @@ However, doing so ensures that your project is listed under [WalletGuide](https:

## Creating a New Project

- Head over to [dashboard.reown.com](https://dashboard.reown.com/) and create a new project by clicking the "New Project" button in top right corner of the dashboard.
- Give a suitable name to your project, select whether its an App or Wallet and click the "Create" button. (You can change this later)
First, open the Reown Dashboard by navigating to [dashboard.reown.com](https://dashboard.reown.com/?utm_source=blog&utm_medium=devrel&utm_campaign=conversion) and signing in. If you don’t have an account yet, please create one before proceeding.

- Once you're logged in, go to the "**Projects**" section under **Cloud** and click on "**+ Project**".

<Frame>
<img src="/images/cloud/1.png" />
</Frame>

- Give a suitable name for your project, select Wallet (WalletKit) and click the "Create" button. You can change the name for your project later.

<Frame>
<img src="/images/cloud/2.png" />
</Frame>


## Project Details

- Go to the "WalletGuide" tab and fill in the details of your wallet.
- Click on “WalletGuide” to proceed to fill in the details of your wallet.

<Frame>
<img src="/images/cloud/2.png" />
<img src="/images/cloud/3.png" />
</Frame>

- You will now see an option to publish your wallet to WalletGuide. Click "Publish" to proceed.

<Frame>
<img src="/images/cloud/4.png" />
</Frame>

- You will now see a form to fill in the details of your wallet as shown below.

| Field | Description | Required |
|------------------------------|-----------------------------------------------------------------------------|----------|
| Name | The name to display in the explorer | yes |
Expand All @@ -49,7 +65,7 @@ However, doing so ensures that your project is listed under [WalletGuide](https:
- Once you've filled the applicable fields, click the "Submit" button to submit your project for review. Alternatively, you can save your changes and submit later. Additional information will be visible in the modal that appears after clicking the "Submit" button.

<Frame>
<img src="/images/cloud/3.png" />
<img src="/images/cloud/5.png" />
</Frame>

## How do we test wallets?
Expand Down
10 changes: 5 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@
"group": "Cloud",
"pages": [
{
"group": "Explorer",
"group": "WalletGuide",
"pages": [
"cloud/explorer",
"cloud/explorer-submission",
{
"group": "Explorer Chains",
"group": "WalletGuide Chains",
"pages": ["cloud/chains/overview", "cloud/chains/chain-list"]
},
{
"group": "Explorer Wallets",
"group": "WalletGuide Wallets",
"pages": ["cloud/wallets/wallet-list"]
}
},
"cloud/explorer"
]
},
"cloud/reown-authentication",
Expand Down
Binary file modified images/cloud/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cloud/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cloud/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cloud/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cloud/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"spell": "cspell '**/*.md' '**/*.mdx' "
},
"devDependencies": {
"mintlify": "latest",
"cspell": "^8.16.1"
"cspell": "^8.16.1",
"mintlify": "latest"
}
}
}