iOS
Install
The Coinbase Wallet Mobile SDK is available on both CocoaPods and Swift Package Manager.
Cocoapods
Add Coinbase Wallet SDK to your Podfile
.
Replace YOUR_TARGET_NAME
, and then in the Podfile
directory run:
Swift Package Manager
Add Coinbase Wallet SDK to your Package.swift
file.
Under File > Add packages… enter the package url: https://github.com/MobileWalletProtocol/wallet-mobile-sdk
Replace YOUR_PROJECT_NAME
, and then run: