Skip to content

Commit 8c862ea

Browse files
authored
feat: update wallet docs test (#4)
1 parent 8d73c91 commit 8c862ea

File tree

3 files changed

+607
-4
lines changed

3 files changed

+607
-4
lines changed

docs/.vitepress/config/en.ts

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,25 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
223223
},
224224
{
225225
text: 'Local Test Run',
226-
base: '/en/wallet/',
226+
base: '/en/wallet/setup/',
227227
collapsed: false,
228-
items: [{ text: 'Local Startup Network', link: 'chain-setup' }]
228+
items: [
229+
{
230+
text: 'Run DappLink Local for One-Click Wallet Deployment Project',
231+
link: 'start-local-test'
232+
}
233+
]
229234
},
230235
{
231236
text: 'DappLink TestNet',
232-
base: '/en/wallet/',
237+
base: '/en/wallet/setup/',
233238
collapsed: false,
234-
items: [{ text: 'Introduction', link: 'dapplink-testnet' }]
239+
items: [
240+
{
241+
text: 'Test Business Workflow Using DappLink Test Network',
242+
link: 'dapplink-wallet-testnet'
243+
}
244+
]
235245
}
236246
]
237247
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Test Business Workflow Using DappLink Test Network
2+
3+
##
4+
5+
- Unified Account Interface Service: 43.154.95.45:30008
6+
- Unified UTXO Interface Service: 43.154.95.45:30009
7+
- Unified Blockchain Scanning Service: 43.154.95.45:30010
8+
- Business Platform: 43.154.95.45:30011
9+
10+
The above are the interface links for each platform. The testing steps and local test network are the same, and you can refer to the local network's interface calling pattern.

0 commit comments

Comments
 (0)