mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-26 13:34:08 +03:00
crypto wallet for safari
Safari iOS | ||
Safari macOS | ||
Safari Shared | ||
Screensaver | ||
Shared | ||
Tokenary iOS | ||
Tokenary macOS | ||
Tokenary.xcodeproj | ||
Tokenary.xcworkspace | ||
.gitignore | ||
.swiftlint.yml | ||
LICENSE | ||
Podfile | ||
Podfile.lock | ||
README.md |
Tokenary
Crypto wallet with Safari extension for iOS and macOS.
Download on the App Store.
Development
Required
- 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" }