File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
218
218
items : [ { text : '本地运行 DappLink 一键发钱包项目' , link : 'start-local-test' } ]
219
219
} ,
220
220
{
221
- text : '使用 DappLink 测试网络测试 ' ,
222
- base : '/zh/wallet/' ,
221
+ text : 'DappLink 测试网络 ' ,
222
+ base : '/zh/wallet/setup/ ' ,
223
223
collapsed : false ,
224
- items : [ { text : '测试网络介绍 ' , link : 'dapplink-testnet' } ]
224
+ items : [ { text : '使用 DappLink 测试网络测试业务流程 ' , link : 'dapplink-wallet -testnet' } ]
225
225
}
226
226
]
227
227
}
Original file line number Diff line number Diff line change
1
+ # 使用 DappLink 测试网络测试业务流程
2
+
3
+ - 统一账户接口服务: 43.154.95.45:30008
4
+ - 统一 UTXO 接口服务: 43.154.95.45:30009
5
+ - 统一扫链服务: 43.154.95.45:30010
6
+ - 业务平台: 43.154.95.45:30011
7
+
8
+ 上面是各个平台的接口链接,测试调用步骤和本地测试网络一样,可以参考本地网络的接口调用模式
You can’t perform that action at this time.
0 commit comments