FNCY Chain
FNCY 2.0.2 (ENG)
FNCY 2.0.2 (ENG)
  • Introduction
  • Getting Started
  • Design
    • Structure
    • Three Main Sets of Participants
    • PoSA Consensus
    • Governance
    • Staking
    • Mining Reward
    • Gas Fee
    • Runtime Upgrade
    • Cross-Chain Bridge
    • Security
  • Build On FNCY Chain
    • RPC Endpoints
    • Testnet Faucet
    • Block Explorer
      • Token Listing
    • BEP20 Token
    • NFT
    • Validator Requirements
    • NFT Market
      • FNCY Marketplace
  • For Developers
    • JSON-RPC
    • FNCY Chain API
      • Wallet API
      • Transaction API
      • Blockchain API
    • Wallet
      • FNCY Wallet
      • Use MetaMask for FNCY Chain
      • SDK
        • Android
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
        • iOS
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
    • Smart Contract
      • Deployment
        • Truffle
        • Hardhat
        • Remix IDE
      • Verify Your Contract on FncyScan
    • Gasless Transaction
    • with FNCY
      • FNCY Login
      • GAME AUTH Login
  • Tokenomics
  • Ecosystem Partner
  • FNCY Governance Partner
Powered by GitBook
On this page
  • Install with Cocoapods
  • Install with Swift Package Manager(SPM)
  1. For Developers
  2. Wallet
  3. SDK
  4. iOS

Install

Installation for FNCY Wallet SDK via Cocoapods or the Swift Package Manager (SPM).

Install with Cocoapods

Add FncyWallet to your Podfileas shown below.

#Podfile
use_frameworks!

platform :ios, '14.0'

target 'YOUR_TARGET_NAME' do
   pod 'FncyWallet'
   
end

Run a terminal in the same path as the modified Podfile, then runpod install.

$ pod install

Install with Swift Package Manager(SPM)

Under [Project] - [Package Dependencies], search for the "Repository path" below to add the package.

Name
Repository Library

Fncy Wallet SDK for iOS

PreviousiOSNextGuide

https://github.com/FNCYchain/fncy-wallet-ios-sdk