crypto wallet for  safari
Go to file
2022-05-07 23:07:56 +03:00
Pods Fix merge issues 2022-05-03 20:21:10 +03:00
Safari iOS Deliver responses on iOS without using a blank page 2022-04-28 23:47:14 +03:00
Safari macOS Add headers to extension scripts 2022-04-28 23:18:11 +03:00
Safari Shared Update inpage.js 2022-05-07 23:02:32 +03:00
Screensaver Bump version 2021-12-16 01:02:01 +03:00
Shared Pass PrivateKey to Solana 2022-05-07 23:07:56 +03:00
Tokenary iOS Update copy on iOS 2022-05-07 23:05:42 +03:00
Tokenary macOS Update Strings and Images 2022-05-07 23:03:59 +03:00
Tokenary.xcodeproj Fix merge issues 2022-05-03 20:21:10 +03:00
Tokenary.xcworkspace Rename 2021-11-30 15:56:00 +03:00
.gitignore Add Pods to git except WalletCoreCommon.xcframework 2022-04-29 23:36:06 +03:00
.swiftlint.yml Update project settings 2022-04-30 00:57:23 +03:00
LICENSE Create LICENSE 2021-07-06 21:17:24 +03:00
Podfile Update iOS deployment target in Podfile 2021-12-18 20:13:03 +03:00
Podfile.lock Update Pods 2022-04-29 23:58:44 +03:00
README.md Update readme 2022-01-27 17:49:46 +03:00

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:

  1. Run pod install
  2. In Safari-Shared/web3-provider run npm install
  3. Create Shared/Supporting Files/Secrets.swift with the following contents:
    struct Secrets {
        static let infura = "YOUR INFURA PROJECT ID HERE"
    }