Javascript – Connect to aws ec2 node by websocket
I have created a chain node on aws ec2 instance using geth. Do I need to enable something or what ip should I use to connect to it? I am using web3.js using new Web3.providers.WebsocketProvider('wss_address', abiOptions) I enabled ws for…