.env for testnet is linking to not working testnet explorer api, this interfers with TUI wallet operations, it can't verify balance, so i can't create Identity on testnet.
Testnet Insight API URL
EXPLORER_INSIGHT_API_URL=https://insight.testnet.networks.dash.org:3002/insight-api
(XPLORER_INSIGHT_API_URL=https://insight.testnet.networks.dash.org:3001/insight-api also not working)
Correct working Testnet blockchain explorer : https://insight.testnet.networks.dash.org/insight/
(not sure it has api capabilities)
Solution : switch to correct working Testnet blockchain explorer and adjust either TUI or the explorer.
I am having a hard time creating a Platform Identity right now with Dash Evo Tool showing the wrong format of Identity private key (X instead of c) and TUI not having working Explorer so its wallet will not work anymore. Which prevents me from creating an Identity through TUI. Platform WASM JS SDK requires Asset Lock Proof & Asset Lock Proof Private Key (WIF), before creating an Identity on Testnet, so somewhat complicated. I am now trying to get Dash SDK to provide me with an Identity on Testnet.
.env for testnet is linking to not working testnet explorer api, this interfers with TUI wallet operations, it can't verify balance, so i can't create Identity on testnet.
Testnet Insight API URL
EXPLORER_INSIGHT_API_URL=https://insight.testnet.networks.dash.org:3002/insight-api
(XPLORER_INSIGHT_API_URL=https://insight.testnet.networks.dash.org:3001/insight-api also not working)
Correct working Testnet blockchain explorer : https://insight.testnet.networks.dash.org/insight/
(not sure it has api capabilities)
Solution : switch to correct working Testnet blockchain explorer and adjust either TUI or the explorer.
I am having a hard time creating a Platform Identity right now with Dash Evo Tool showing the wrong format of Identity private key (X instead of c) and TUI not having working Explorer so its wallet will not work anymore. Which prevents me from creating an Identity through TUI. Platform WASM JS SDK requires Asset Lock Proof & Asset Lock Proof Private Key (WIF), before creating an Identity on Testnet, so somewhat complicated. I am now trying to get Dash SDK to provide me with an Identity on Testnet.