balance-io / Balance

This is a fork of Tokenary’s wallet to explore Safari iOS extensions more.
https://balance.io
GNU General Public License v3.0
30 stars 6 forks source link
dapp ethereum ios swift wallet

Balance

Proof-of-concept EVM wallet with a Safari extension.

Development

Required:

Steps:

  1. Install packages with CocoaPods:

You may need to run: sudo arch -x86_64 gem install ffi

and possibly: arch -x86_64 pod update

  1. In Safari-Shared/web3-provider, run npm i to install JavaScript dependencies

  2. Create Shared/Supporting Files/Secrets.swift with the following contents:

enum Secrets {
    static let infura = "YOUR INFURA PROJECT ID HERE"
}

License

GPLv3