iOS application for Bitcoin.com.
- Install CocoaPods:
sudo gem install cocoapods
- Clone the repository
- Run
pod install
- When you open up the project in Xcode, go to
Merchant/Utilities
and create aKeys.swift
file and add your Amplitude API key:let AMPLITUDE_API_KEY = ""
- Run
Merchant.xcworkspace