crypto wallet for  safari
Go to file
2022-08-15 15:39:48 +03:00
Pods Update pods 2022-08-01 17:56:48 +03:00
Safari iOS Do not jump tabs on macOS 2022-07-14 17:43:57 +03:00
Safari macOS Do not jump tabs on macOS 2022-07-14 17:43:57 +03:00
Safari Shared Make Solana provider accessible with window.tokenarySolana 2022-07-25 17:03:42 +03:00
Screensaver Bump version 2021-12-16 01:02:01 +03:00
Shared Add AccountSelectionConfiguration 2022-08-15 15:39:48 +03:00
Tokenary iOS Distinguish switch account action from select account action 2022-07-13 17:11:10 +03:00
Tokenary macOS Add AccountSelectionConfiguration 2022-08-15 15:39:48 +03:00
Tokenary.xcodeproj Add AccountSelectionConfiguration 2022-08-15 15:39:48 +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-08-01 17:56:48 +03:00
README.md update README with brew command for CocaPods installation 2022-05-27 10:12:25 +01:00

Tokenary

Crypto wallet with Safari extension for iOS and macOS.

Download on the App Store.

Development

Required

  • CocoaPods (brew install 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"
    }