I build an Ethereum wallet app, and I have a python TCP server. I also want TCP client but using swift.
I'm looking for a simple class like we have in python. I am using Swift 5.1
Can someone help me please? Thanks.
You can use SwiftSocket available on github written by swiftsocket
it has a class TCPClient