You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
If you want to connect to your private node then you should start node and listen for your 0.0.0.0 address. If you want to check if all works, you can try to connect Remix first. https://bankex.github.io/web3swift/remix.html
i want to run in device rather than simulator.
i already set( 0.0.0.0 all interface) in ganache.
So for this what i have to set in this url?
so that my device can communicate with ganache.
let url = URL(string: "http://[E0:B5:2D:11:5B:8F]:8545")!
Also i am giving my device wifi address in url .
let url = URL(string: "http://[E0:B5:2D:11:5B:8F]:8545")!
print(url)
Web3.default = Web3(url: url)!
The text was updated successfully, but these errors were encountered: