I referred to the documentation link Docker-Compose Based Deployment of a Local Network — Splice documentation and set up a localnet node on my local computer. Then, using the default wallet information from Docker-Compose Based Deployment of a Local Network — Splice documentation , I logged in to http://wallet.localhost:2000/ and found that I could log in successfully, and I could successfully obtain test coins by clicking the tap button. Then, I wrote a Node.js script to register the partyId locally in three steps:
-
sdk.userLedger?.generateExternalParty
-
signTransactionHash
-
sdk.userLedger?.allocateExternalParty
However, I seem unable to log in to the wallet locally at http://wallet.localhost:2000/ using my registered partyId. Could you please tell me how to log in to the wallet using a locally registered partyId?