Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
18 changes: 14 additions & 4 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,25 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
},
{
text: 'Local Test Run',
base: '/en/wallet/',
base: '/en/wallet/setup/',
collapsed: false,
items: [{ text: 'Local Startup Network', link: 'chain-setup' }]
items: [
{
text: 'Run DappLink Local for One-Click Wallet Deployment Project',
link: 'start-local-test'
}
]
},
{
text: 'DappLink TestNet',
base: '/en/wallet/',
base: '/en/wallet/setup/',
collapsed: false,
items: [{ text: 'Introduction', link: 'dapplink-testnet' }]
items: [
{
text: 'Test Business Workflow Using DappLink Test Network',
link: 'dapplink-wallet-testnet'
}
]
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions docs/en/wallet/setup/dapplink-wallet-testnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Test Business Workflow Using DappLink Test Network

##

- Unified Account Interface Service: 43.154.95.45:30008
- Unified UTXO Interface Service: 43.154.95.45:30009
- Unified Blockchain Scanning Service: 43.154.95.45:30010
- Business Platform: 43.154.95.45:30011

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.
Loading
Loading