UbudKusCoin icon indicating copy to clipboard operation
UbudKusCoin copied to clipboard

Error from ConsoleWallet

Open jmlfontanilla opened this issue 3 years ago • 3 comments

image Here after I clone and then do the dotnet restore then I go to ConsoleWallet it prompts that.

jmlfontanilla avatar Apr 09 '21 11:04 jmlfontanilla

Please try this command:

dotnet build And wait until build finish

jhonkus avatar Apr 19 '21 02:04 jhonkus

Run UbudKusCoin server first, the grpc run on port 5002 you can see in source code

cd UbudKusCoin dotnet run

Then Run ConsoleWallet, it will connect to grpc server on port 5002 from root project

cd ConsoleWallet dotnet run

jhonkus avatar Apr 19 '21 02:04 jhonkus

I'm having the same issue, all the nodes runs perfectly and the BlockExplorer too

el3ctro4ndre avatar Dec 09 '23 11:12 el3ctro4ndre