Web3Swift icon indicating copy to clipboard operation
Web3Swift copied to clipboard

Is there an SDK for ios

Open July-Only opened this issue 3 years ago • 1 comments

I need the support of ios system, thanks

July-Only avatar Jun 12 '22 16:06 July-Only

What do you mean? This is from the pos spec

{
  "name": "Web3Swift.io",
  "version": "0.0.4",
  "summary": "Web3 library for Swift. Construct and sign transactions, interact with smart contracts.",
  "description": "Ethereum client library written in pure Swift.\nSign transactions and messages, interact with smart contracts,\nencode and decode ABI messages.",
  "homepage": "https://web3swift.io",
  "license": {
    "type": "Apache License 2.0",
    "file": "LICENSE"
  },
  "authors": {
    "Timofey Solonin": "[email protected]",
    "Vadim Koleoshkin": "[email protected]"
  },
  "source": {
    "git": "https://github.com/zeriontech/Web3Swift.git",
    "tag": "0.0.4"
  },
  "platforms": {
    "ios": "10.0"
  },

iOS is supported.

alokc83 avatar Jun 30 '22 19:06 alokc83