Crypto wallet with Safari extension for iOS and macOS.
Download on the App Store.
Required
- CocoaPods (
brew install cocoapods
) - Node.js (
brew install node
) - Yarn (
brew install yarn
)
Steps:
- Run
pod install
- In
Safari-Shared/web3-provider
runnpm install
- Create
Shared/Supporting Files/Secrets.swift
with the following contents:struct Secrets { static let infura = "YOUR INFURA PROJECT ID HERE" }