crypto wallet for  safari
Go to file
2022-02-11 20:35:22 +03:00
Safari iOS Support multi-chain communication between app and extension 2022-02-11 20:35:22 +03:00
Safari macOS Bump version 2021-12-31 18:19:57 +03:00
Safari Shared Support multi-chain communication between app and extension 2022-02-11 20:35:22 +03:00
Screensaver Bump version 2021-12-16 01:02:01 +03:00
Shared Support multi-chain communication between app and extension 2022-02-11 20:35:22 +03:00
Tokenary iOS Support multi-chain communication between app and extension 2022-02-11 20:35:22 +03:00
Tokenary macOS Support multi-chain communication between app and extension 2022-02-11 20:35:22 +03:00
Tokenary.xcodeproj Support multi-chain communication between app and extension 2022-02-11 20:35:22 +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"
    }