6

This question (Ethereum library for iOS/Android?) showed me the way to web3j, but I also need a similar solution for iOS. Does anyone know of such a project?

2 Answers2

4

There is a web3 library for swift web3swift.

skywinder
  • 171
  • 8
John Murphy
  • 696
  • 1
  • 10
  • 24
1

Nope, I didn't find a similar solution to communicate with a blockchain. The easiest way that I found to run a node using Geth and communicate with it via JSON RPC API.

Roo
  • 121
  • 4