UbudKusCoin
UbudKusCoin copied to clipboard
Error from ConsoleWallet
Here after I clone and then do the dotnet restore then I go to ConsoleWallet it prompts that.
Please try this command:
dotnet build And wait until build finish
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
I'm having the same issue, all the nodes runs perfectly and the BlockExplorer too