Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
643 stars 189 forks source link

connecting to private network #73

Open darwinharianto opened 5 years ago

darwinharianto commented 5 years ago

I have created a private network that can communicate between 2 computers on the same network. Executing some contracts. How do I connect this module with my own private network? I want to execute the contract at my node from iPhone. is there any guide for how to do this?