- Mac OS X
- xCode 10
- git
- swift 4.2
- open
Terminal.app - install
cocoapodsbysudo gem install cocoapodsor via https://guides.cocoapods.org/using/getting-started.html#getting-started - install
carthagebybrew install carthageor via https://github.com/Carthage/Carthage#quick-start - create new folder
mkdir ./cold - open it
cd ./cold - run
git clone https://github.com/DucaturFw/cold-crypto-mobile.git - run
cd ./cold-crypto-mobile - run
pod install - open
EthereumKitfolder bycd ./EthereumKit - run
carthage update --platform ios - move back
cd ../ - open xCode workspace by
open ColdCrypto.xcworkspace - select
ColdCryptoin targets in the top left corner on the panel - clear project by
shift + cmd + K - run project (by default it's
cmd + R) on a device (required Apple developer account) or in simulator



