Skip to content

Commit 7968356

Browse files
authored
Merge pull request #575 from reown-com/cloud-explorer
Docs Update: Re-structuring and renaming "Explorer" to "WalletGuide"
2 parents a77f8c2 + f5c2158 commit 7968356

File tree

10 files changed

+32
-16
lines changed

10 files changed

+32
-16
lines changed

.cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"nosocial", "bitget", "leather", "binance", "uniswap", "safepal", "bybit", "phantom", "ledger", "timeless-x", "safe", "zerion", "oneinch", "crypto-com", "imtoken", "kraken", "ronin", "robinhood", "exodus", "argent", "tokenpocket", "Contractaddress",
4040
"executionreverted", "FATF", "VASP", "LLMSTXT", "Frontmatter", "CASP", "DKMS", "hydradx", "phala", "astar", "mangata", "polkadotjs", "Dogecoin", "Blockbook", "vuejs", "xsmall", "rgba", "mintlify", "filteredwallets",
4141
"tnum","minmax","toolkits", "autoplay", "Litoshi", "Litoshis", "encryptor's", "Everscale", "Bitcore", "satoshis", "Parachain", "Bitcore", "walletlist", "Userflow", "retryable", "USDS", "Arbitrum", "Wolfswap", "Halborn", "Pentest", "Spearbit", "valtio",
42-
"reshare"
42+
"reshare", "microstacks"
4343
]
4444
}
4545

appkit/recipes/tenderly-virtual-testnets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Select the product as “**AppKit**” and click on “**Continue**”.
5555
<Frame>
5656
![image.png](/images/recipes/tenderly3.png)
5757
</Frame>
58-
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.
58+
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.
5959
<Frame>
6060
![image.png](/images/recipes/tenderly4.png)
6161
</Frame>

cloud/explorer-submission.mdx

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Explorer Submission
2+
title: WalletGuide Submission
33
---
44

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

1212
## Creating a New Project
1313

14-
- 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.
15-
- Give a suitable name to your project, select whether its an App or Wallet and click the "Create" button. (You can change this later)
14+
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.
15+
16+
- Once you're logged in, go to the "**Projects**" section under **Cloud** and click on "**+ Project**".
1617

1718
<Frame>
1819
<img src="/images/cloud/1.png" />
1920
</Frame>
2021

22+
- Give a suitable name for your project, select Wallet (WalletKit) and click the "Create" button. You can change the name for your project later.
23+
24+
<Frame>
25+
<img src="/images/cloud/2.png" />
26+
</Frame>
27+
28+
2129
## Project Details
2230

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

2533
<Frame>
26-
<img src="/images/cloud/2.png" />
34+
<img src="/images/cloud/3.png" />
2735
</Frame>
2836

37+
- You will now see an option to publish your wallet to WalletGuide. Click "Publish" to proceed.
38+
39+
<Frame>
40+
<img src="/images/cloud/4.png" />
41+
</Frame>
42+
43+
- You will now see a form to fill in the details of your wallet as shown below.
44+
2945
| Field | Description | Required |
3046
|------------------------------|-----------------------------------------------------------------------------|----------|
3147
| Name | The name to display in the explorer | yes |
@@ -49,7 +65,7 @@ However, doing so ensures that your project is listed under [WalletGuide](https:
4965
- 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.
5066

5167
<Frame>
52-
<img src="/images/cloud/3.png" />
68+
<img src="/images/cloud/5.png" />
5369
</Frame>
5470

5571
## How do we test wallets?

docs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@
9393
"group": "Cloud",
9494
"pages": [
9595
{
96-
"group": "Explorer",
96+
"group": "WalletGuide",
9797
"pages": [
98-
"cloud/explorer",
9998
"cloud/explorer-submission",
10099
{
101-
"group": "Explorer Chains",
100+
"group": "WalletGuide Chains",
102101
"pages": ["cloud/chains/overview", "cloud/chains/chain-list"]
103102
},
104103
{
105-
"group": "Explorer Wallets",
104+
"group": "WalletGuide Wallets",
106105
"pages": ["cloud/wallets/wallet-list"]
107-
}
106+
},
107+
"cloud/explorer"
108108
]
109109
},
110110
"cloud/reown-authentication",

images/cloud/1.png

-54.8 KB
Loading

images/cloud/2.png

-27 KB
Loading

images/cloud/3.png

-125 KB
Loading

images/cloud/4.png

211 KB
Loading

images/cloud/5.png

168 KB
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"spell": "cspell '**/*.md' '**/*.mdx' "
99
},
1010
"devDependencies": {
11-
"mintlify": "latest",
12-
"cspell": "^8.16.1"
11+
"cspell": "^8.16.1",
12+
"mintlify": "latest"
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)