mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-13 17:44:07 +03:00
24 lines
485 B
Markdown
24 lines
485 B
Markdown
# Tokenary
|
|
Crypto wallet with Safari extension for iOS and macOS.
|
|
|
|
Download on the [App Store](https://tokenary.io/get).
|
|
|
|
## 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:
|
|
```swift
|
|
struct Secrets {
|
|
static let infura = "YOUR INFURA PROJECT ID HERE"
|
|
}
|
|
```
|