I am trying to make my monero wallet instance in my web app. When I make the command
var Wallet = new moneroWallet();
I get the following error.
Error: connect ECONNREFUSED 127.0.0.1:18082
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1138:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 18082
}
Anyone please help how can I remove this?