SwiftyEOS
SwiftyEOS copied to clipboard
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift. Can be used on iOS and macOS.
Mentioned this in #27
什么时候可以使用Pod 或者Carthage导入
根据最新的ABI修改参数
Merge pull request #20 from liunina/master
I get this error when trying to archive for App Store upload. Xcode 10 ``` Transaction.swift static func dataForSignature(chainId: String?, pkt: PackedTransaction) -> Data { ... writer.pushInt(value: Int(UInt32(pkt.transaction.expiration.timeIntervalSince1970) & 0xFFFFFFFF))...