概述
platonWeb3 SDK 是由 PlatON 提供的 Swift 开发工具包,用于 PlatON 公有链开发,专门为 iOS 开发者设计。
用法
- 通过 CocoaPods 安装它,只需将以下行添加到您的 Podfile 中
pod 'platonWeb3', '~> 0.6.0'
- 在项目中使用
let web3 = Web3(rpcURL: "https://host:port")
由 chendai、liyanfeng、daniel 维护。
依赖 | |
BigInt | ~> 5.2.0 |
CryptoSwift | ~> 1.3.1 |
secp256k1.swift | ~> 0.1.4 |
Localize-Swift | ~> 3.1.0 |
platonWeb3 SDK 是由 PlatON 提供的 Swift 开发工具包,用于 PlatON 公有链开发,专门为 iOS 开发者设计。
pod 'platonWeb3', '~> 0.6.0'
let web3 = Web3(rpcURL: "https://host:port")