Open DwCleb opened 4 years ago
Hey @DwCleb,
You can implement own Network
protocol (https://github.com/zeriontech/Web3Swift/blob/develop/Web3Swift/Network/Network.swift).
Use this file (https://github.com/zeriontech/Web3Swift/blob/develop/Web3Swift/Network/EthNetwork.swift) as the example
I need to add a Basic Auth in some endpoint in my request. How can I do this?