Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 393 Bytes

Overview

platonWeb3 SDK is a Swift development kit for PlatON public chain provided by PlatON for iOS developers.

Use

  • To install it via CocoaPods, simply add the following line to your Podfile:
pod 'platonWeb3', '~> 0.6.0'
  • use in project
let web3 = Web3(rpcURL: "https://host:port")

Other

more reference wiki