crypto wallet for  safari
Go to file
2023-10-31 21:10:56 +03:00
Pods add blockies directly 2023-10-27 21:27:27 +03:00
Safari iOS do not pass networkId around. default inpage rpc to llamarpc 2023-10-31 19:54:28 +03:00
Safari macOS do not pass networkId around. default inpage rpc to llamarpc 2023-10-31 19:54:28 +03:00
Safari Shared update EthereumNetwork model usage 2023-10-31 21:10:56 +03:00
Shared update EthereumNetwork model usage 2023-10-31 21:10:56 +03:00
Tokenary iOS update EthereumNetwork model usage 2023-10-31 21:10:56 +03:00
Tokenary macOS update EthereumNetwork model usage 2023-10-31 21:10:56 +03:00
Tokenary.xcodeproj keep only required fields in networks json 2023-10-30 20:55:35 +03:00
Tokenary.xcworkspace Rename 2021-11-30 15:56:00 +03:00
tools sort keys in networks json 2023-10-30 21:08:50 +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
ethereum-networks.json add tools target to get chainid.network/chains.json 2023-10-30 20:21:42 +03:00
LICENSE Create LICENSE 2021-07-06 21:17:24 +03:00
Podfile add blockies directly 2023-10-27 21:27:27 +03:00
Podfile.lock add blockies directly 2023-10-27 21:27:27 +03:00
README.md remove secrets comment from readme 2023-10-17 20:06:42 +03: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