Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 818 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 818 Bytes

tronlink-iOS-core

TronLink Wallet is a decentralized non-custodial wallet.TronLink-Core is the core module of TronLink Wallet, which provides core functions such as Create Wallet, Get Address, and Sign Transaction.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 10.0+
  • Swift 4.2

Installation

tronlink-iOS-core is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'tronlink-iOS-core'

Demo