The node is connecting to the test network.
sdk: 4.4.0
node: 4.0.0
I try these examples that are in the documentation:
wscat -c ‘ws: // localhost: 3014 / channel channel_reserve = 2 & host = localhost & initiator_amount = 70000000000000 & initiator_id = ak_2r9z9fw5UmPLcx6qVS3bAECZxvZqq5j9pzMve2hEgZsLoQ5nZR & lock_period = 10 & port = 13179 & protocol = json-rpc & push_amount = 1 & responder_amount = 40000000000000 & responder_id = ak_2sxBUNz66J43vrydzUocL9j9o52UwD7cf58j9G468XupB8xRdT & role = Initiator’
wscat -c ‘ws: // localhost: 3014 / channel channel_reserve = 2 & initiator_amount = 70000000000000 & initiator_id = ak_2r9z9fw5UmPLcx6qVS3bAECZxvZqq5j9pzMve2hEgZsLoQ5nZR & lock_period = 10 & port = 13179 & protocol = JSON-RPC & push_amount = 1 & responder_amount = 40000000000000 & responder_id = ak_2sxBUNz66J43vrydzUocL9j9o52UwD7cf58j9G468XupB8xRdT & role = answer’
and when I try to do it with these examples it tells me this:
Could be that I’m missing something to do?