crypto wallet for  safari
Go to file
2022-04-28 23:22:02 +03:00
Safari iOS Add headers to extension scripts 2022-04-28 23:18:11 +03:00
Safari macOS Add headers to extension scripts 2022-04-28 23:18:11 +03:00
Safari Shared Do not watch for blank page in content script 2022-04-28 23:22:02 +03:00
Screensaver Bump version 2021-12-16 01:02:01 +03:00
Shared Redirect to Safari without using a blank page 2022-04-23 23:01:22 +03:00
Tokenary iOS Redirect to Safari without using a blank page 2022-04-23 23:01:22 +03:00
Tokenary macOS Show accounts list when extension button is tapped on empty tab 2022-02-14 03:15:57 +03:00
Tokenary.xcodeproj Bump version 2022-04-23 23:02:20 +03:00
Tokenary.xcworkspace Rename 2021-11-30 15:56:00 +03:00
.gitignore Add web3-provider 2021-11-23 21:00:51 +03:00
.swiftlint.yml Update web3-provider packages and swiftlint 2021-12-18 21:46:43 +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 iOS deployment target in Podfile 2021-12-18 20:13:03 +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"
    }