Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 386 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.13.1'

  • use in project
let web3 = Web3(rpcURL: "https://host:port")

Other

more reference wiki